<Column ref={this.setRef}>
<ProfileColumnHeader onClick={this.handleHeaderClick} />
- <HeaderContainer accountId={this.props.params.accountId} hideTabs />
-
<ScrollableList
scrollKey='followers'
hasMore={hasMore}
onLoadMore={this.handleLoadMore}
shouldUpdateScroll={this.shouldUpdateScroll}
+ prepend={<HeaderContainer accountId={this.props.params.accountId} hideTabs />}
+ alwaysPrepend
+ alwaysShowScrollbar
emptyMessage={emptyMessage}
>
{accountIds.map(id =>
<Column ref={this.setRef}>
<ProfileColumnHeader onClick={this.handleHeaderClick} />
- <HeaderContainer accountId={this.props.params.accountId} hideTabs />
-
<ScrollableList
scrollKey='following'
hasMore={hasMore}
onLoadMore={this.handleLoadMore}
shouldUpdateScroll={this.shouldUpdateScroll}
+ prepend={<HeaderContainer accountId={this.props.params.accountId} hideTabs />}
+ alwaysPrepend
+ alwaysShowScrollbar
emptyMessage={emptyMessage}
>
{accountIds.map(id =>