[Glitch] Fix followers and followings on account profiles

Partial fix from 55abff8af7

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
ThibG 6 years ago
parent c614abb95d
commit bd7b1538f1
  1. 1
      app/javascript/flavours/glitch/features/followers/index.js
  2. 1
      app/javascript/flavours/glitch/features/following/index.js

@ -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 =>

@ -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 =>

Loading…
Cancel
Save