We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e6146 commit d961d8bCopy full SHA for d961d8b
source/views/transportation/other-modes.js
@@ -112,7 +112,7 @@ export default class OtherModesView extends React.PureComponent {
112
keyExtractor={this.keyExtractor}
113
renderItem={this.renderItem}
114
refreshing={this.state.refreshing}
115
- onRefresh={this.refreshing}
+ onRefresh={this.refresh}
116
data={this.state.modes}
117
/>
118
)
0 commit comments