Browse Source

Removed flow comments

Arnaud Vergnet 4 years ago
parent
commit
9eb925d1a1
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/components/Screens/WebSectionList.js

+ 0
- 3
src/components/Screens/WebSectionList.js View File

@@ -207,7 +207,6 @@ class WebSectionList extends React.PureComponent<Props, State> {
207 207
         const {containerPaddingTop, scrollIndicatorInsetTop, onScrollWithListener} = this.props.collapsibleStack;
208 208
         return (
209 209
             <View>
210
-                {/*$FlowFixMe*/}
211 210
                 <Animated.SectionList
212 211
                     ref={this.scrollRef}
213 212
                     sections={dataset}
@@ -219,9 +218,7 @@ class WebSectionList extends React.PureComponent<Props, State> {
219 218
                             onRefresh={this.onRefresh}
220 219
                         />
221 220
                     }
222
-                    //$FlowFixMe
223 221
                     renderSectionHeader={this.renderSectionHeader}
224
-                    //$FlowFixMe
225 222
                     renderItem={this.renderItem}
226 223
                     stickySectionHeadersEnabled={this.props.stickyHeader}
227 224
                     style={{minHeight: '100%'}}

Loading…
Cancel
Save