From 9eb925d1a1003e1150132b0ff45293e92c81d898 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Sat, 18 Apr 2020 23:56:10 +0200 Subject: [PATCH] Removed flow comments --- src/components/Screens/WebSectionList.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/Screens/WebSectionList.js b/src/components/Screens/WebSectionList.js index fdaa7b2..417e8ac 100644 --- a/src/components/Screens/WebSectionList.js +++ b/src/components/Screens/WebSectionList.js @@ -207,7 +207,6 @@ class WebSectionList extends React.PureComponent { const {containerPaddingTop, scrollIndicatorInsetTop, onScrollWithListener} = this.props.collapsibleStack; return ( - {/*$FlowFixMe*/} { onRefresh={this.onRefresh} /> } - //$FlowFixMe renderSectionHeader={this.renderSectionHeader} - //$FlowFixMe renderItem={this.renderItem} stickySectionHeadersEnabled={this.props.stickyHeader} style={{minHeight: '100%'}}