Fix doubled ItemSeparators

Summary: Forgot to update these after rename...

Reviewed By: yungsters

Differential Revision: D4723788

fbshipit-source-id: 8cf7e8de57a23d9ee0a424aa9c0d62ab1cfbbb12
This commit is contained in:
Spencer Ahrens 2017-03-16 15:49:54 -07:00 committed by Facebook Github Bot
parent e1f493ebd2
commit 7e4c93d65a

View File

@ -267,10 +267,8 @@ class VirtualizedSectionList<SectionT: SectionBase>
return {
childProps: {
...props,
FooterComponent: this.props.ListFooterComponent,
HeaderComponent: this.props.ListHeaderComponent,
renderItem: this._renderItem,
SeparatorComponent: undefined, // Rendered with renderItem
ItemSeparatorComponent: undefined, // Rendered with renderItem
data: props.sections,
getItemCount: () => itemCount,
getItem,