From 5d37b56245a49376348c47b1c191a6801f19b01c Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Tue, 12 Dec 2017 00:11:23 -0800 Subject: [PATCH] fix(lints): Allow shadowing fetchBlockHeight in Root Because the other use is the same method before being mapped to props --- app/containers/Root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/containers/Root.js b/app/containers/Root.js index da0e6794..23bb5de7 100644 --- a/app/containers/Root.js +++ b/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