Browse Source

fix(lints): Allow shadowing fetchBlockHeight in Root

Because the other use is the same method before being mapped to props
renovate/lint-staged-8.x
Ben Woosley 7 years ago
parent
commit
5d37b56245
No known key found for this signature in database GPG Key ID: 6EE5F3785F78B345
  1. 2
      app/containers/Root.js

2
app/containers/Root.js

@ -23,7 +23,7 @@ const Root = ({
store,
history,
lnd,
fetchBlockHeight,
fetchBlockHeight, // eslint-disable-line no-shadow
syncPercentage
}) => {
// If we are syncing show the syncing screen

Loading…
Cancel
Save