|
|
@ -98,13 +98,14 @@ export default class Followers extends ImmutablePureComponent {
|
|
|
|
<Column ref={this.setRef}>
|
|
|
|
<Column ref={this.setRef}>
|
|
|
|
<ProfileColumnHeader onClick={this.handleHeaderClick} />
|
|
|
|
<ProfileColumnHeader onClick={this.handleHeaderClick} />
|
|
|
|
|
|
|
|
|
|
|
|
<HeaderContainer accountId={this.props.params.accountId} hideTabs />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ScrollableList
|
|
|
|
<ScrollableList
|
|
|
|
scrollKey='followers'
|
|
|
|
scrollKey='followers'
|
|
|
|
hasMore={hasMore}
|
|
|
|
hasMore={hasMore}
|
|
|
|
onLoadMore={this.handleLoadMore}
|
|
|
|
onLoadMore={this.handleLoadMore}
|
|
|
|
shouldUpdateScroll={this.shouldUpdateScroll}
|
|
|
|
shouldUpdateScroll={this.shouldUpdateScroll}
|
|
|
|
|
|
|
|
prepend={<HeaderContainer accountId={this.props.params.accountId} hideTabs />}
|
|
|
|
|
|
|
|
alwaysPrepend
|
|
|
|
|
|
|
|
alwaysShowScrollbar
|
|
|
|
emptyMessage={emptyMessage}
|
|
|
|
emptyMessage={emptyMessage}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{accountIds.map(id =>
|
|
|
|
{accountIds.map(id =>
|
|
|
|