diff options
Diffstat (limited to 'ui/app/selectors.js')
-rw-r--r-- | ui/app/selectors.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/selectors.js b/ui/app/selectors.js index 10bf63975..f1ef41f28 100644 --- a/ui/app/selectors.js +++ b/ui/app/selectors.js @@ -45,7 +45,6 @@ function getNetworkIdentifier (state) { const { metamask: { provider: { type, nickname, rpcTarget } } } = state return nickname || rpcTarget || type - } function getSelectedAddress (state) { |