From 9795c1139c2de38381471b98d18811dfee9a2b1f Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Fri, 12 Jul 2019 00:08:26 -0400 Subject: [PATCH] Updated nextProps withReplies for account timeline fixes #12 --- app/javascript/gabsocial/features/account_timeline/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/gabsocial/features/account_timeline/index.js b/app/javascript/gabsocial/features/account_timeline/index.js index ed133f49..6a2aad89 100644 --- a/app/javascript/gabsocial/features/account_timeline/index.js +++ b/app/javascript/gabsocial/features/account_timeline/index.js @@ -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 })); } }