[Glitch] Fix followers and followings on account profiles
Partial fix from 55abff8af7
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
remotes/1727458204337373841/tmp_refs/heads/signup-info-prompt
parent
c614abb95d
commit
bd7b1538f1
|
@ -105,7 +105,6 @@ export default class Followers extends ImmutablePureComponent {
|
||||||
shouldUpdateScroll={this.shouldUpdateScroll}
|
shouldUpdateScroll={this.shouldUpdateScroll}
|
||||||
prepend={<HeaderContainer accountId={this.props.params.accountId} hideTabs />}
|
prepend={<HeaderContainer accountId={this.props.params.accountId} hideTabs />}
|
||||||
alwaysPrepend
|
alwaysPrepend
|
||||||
alwaysShowScrollbar
|
|
||||||
emptyMessage={emptyMessage}
|
emptyMessage={emptyMessage}
|
||||||
>
|
>
|
||||||
{accountIds.map(id =>
|
{accountIds.map(id =>
|
||||||
|
|
|
@ -100,7 +100,6 @@ export default class Following extends ImmutablePureComponent {
|
||||||
shouldUpdateScroll={this.shouldUpdateScroll}
|
shouldUpdateScroll={this.shouldUpdateScroll}
|
||||||
prepend={<HeaderContainer accountId={this.props.params.accountId} hideTabs />}
|
prepend={<HeaderContainer accountId={this.props.params.accountId} hideTabs />}
|
||||||
alwaysPrepend
|
alwaysPrepend
|
||||||
alwaysShowScrollbar
|
|
||||||
emptyMessage={emptyMessage}
|
emptyMessage={emptyMessage}
|
||||||
>
|
>
|
||||||
{accountIds.map(id =>
|
{accountIds.map(id =>
|
||||||
|
|
Loading…
Reference in New Issue