Skip to content

Commit

Permalink
Fix doubled ItemSeparators
Browse files Browse the repository at this point in the history
Summary: Forgot to update these after rename...

Reviewed By: yungsters

Differential Revision: D4723788

fbshipit-source-id: 8cf7e8de57a23d9ee0a424aa9c0d62ab1cfbbb12
  • Loading branch information
sahrens committed Mar 20, 2017
1 parent 376b586 commit 5bec52b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Libraries/CustomComponents/Lists/VirtualizedSectionList.js
Expand Up @@ -267,10 +267,8 @@ class VirtualizedSectionList<SectionT: SectionBase>
return { return {
childProps: { childProps: {
...props, ...props,
FooterComponent: this.props.ListFooterComponent,
HeaderComponent: this.props.ListHeaderComponent,
renderItem: this._renderItem, renderItem: this._renderItem,
SeparatorComponent: undefined, // Rendered with renderItem ItemSeparatorComponent: undefined, // Rendered with renderItem
data: props.sections, data: props.sections,
getItemCount: () => itemCount, getItemCount: () => itemCount,
getItem, getItem,
Expand Down

0 comments on commit 5bec52b

Please sign in to comment.