diff --git a/src/views/Wallet/views/AccountSummary/index.js b/src/views/Wallet/views/AccountSummary/index.js index 1996fc99..67d976db 100644 --- a/src/views/Wallet/views/AccountSummary/index.js +++ b/src/views/Wallet/views/AccountSummary/index.js @@ -69,7 +69,7 @@ const AccountSummary = (props: Props) => { } = props.selectedAccount; // flow - if (!device || !account || !network) return null; + if (!device || !account || !network) return ; const explorerLink: string = `${network.explorer.address}${account.address}`; const pendingAmount: BigNumber = stateUtils.getPendingAmount(pending, network.symbol);