Merge pull request #1951 from ecency/nt/tabs-reset

NT - Tabs Reset
This commit is contained in:
Feruz M 2021-05-22 22:02:45 +03:00 committed by GitHub
commit 996b8f2538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,13 +219,13 @@ class ProfileView extends PureComponent {
return (
<View style={styles.postTabBar}>
<TabbedPosts
key={username + JSON.stringify(filterOptions)}
filterOptions={filterOptions}
filterOptionsValue={tabs}
selectedOptionIndex={0}
pageType={pageType}
getFor="blog"
feedUsername={username}
key={username}
handleOnScroll={isSummaryOpen ? this._handleOnScroll : null}
forceLoadPost={forceLoadPost}
changeForceLoadPostState={changeForceLoadPostState}