Updated nextProps withReplies for account timeline

fixes #12
This commit is contained in:
mgabdev 2019-07-12 00:08:26 -04:00
parent 092bc3898c
commit 9795c1139c

@ -93,7 +93,7 @@ class AccountTimeline extends ImmutablePureComponent {
this.props.dispatch(expandAccountFeaturedTimeline(nextProps.accountId));
}
this.props.dispatch(expandAccountTimeline(nextProps.accountId, { withReplies: nextProps.params.withReplies }));
this.props.dispatch(expandAccountTimeline(nextProps.accountId, { withReplies: nextProps.withReplies }));
}
}