Browse Source

fix flow

master
Gaëtan Renaudeau 7 years ago
parent
commit
fcd3278df6
  1. 1
      src/components/TopBar/ActivityIndicator.js

1
src/components/TopBar/ActivityIndicator.js

@ -46,7 +46,6 @@ class ActivityIndicatorInner extends PureComponent<Props, { lastClickTime: numbe
onClick = () => {
this.props.cvPoll()
this.props.setSyncBehavior({ type: 'SYNC_ALL_ACCOUNTS', priority: 5 })
this.lastClickTime = Date.now()
this.setState({ lastClickTime: Date.now() })
}

Loading…
Cancel
Save