[Glitch] Fix followers and followings on account profiles

Partial fix from 55abff8af7

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
ThibG 2018-12-12 22:32:44 +01:00
parent c614abb95d
commit bd7b1538f1
2 changed files with 0 additions and 2 deletions

View File

@ -105,7 +105,6 @@ export default class Followers extends ImmutablePureComponent {
shouldUpdateScroll={this.shouldUpdateScroll}
prepend={<HeaderContainer accountId={this.props.params.accountId} hideTabs />}
alwaysPrepend
alwaysShowScrollbar
emptyMessage={emptyMessage}
>
{accountIds.map(id =>

View File

@ -100,7 +100,6 @@ export default class Following extends ImmutablePureComponent {
shouldUpdateScroll={this.shouldUpdateScroll}
prepend={<HeaderContainer accountId={this.props.params.accountId} hideTabs />}
alwaysPrepend
alwaysShowScrollbar
emptyMessage={emptyMessage}
>
{accountIds.map(id =>