mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-17 18:42:01 +00:00
fix: account summary default view
This commit is contained in:
parent
5babe75cda
commit
afc6135f09
@ -69,7 +69,7 @@ const AccountSummary = (props: Props) => {
|
||||
} = props.selectedAccount;
|
||||
|
||||
// flow
|
||||
if (!device || !account || !network) return null;
|
||||
if (!device || !account || !network) return <SelectedAccount {...props} />;
|
||||
|
||||
const explorerLink: string = `${network.explorer.address}${account.address}`;
|
||||
const pendingAmount: BigNumber = stateUtils.getPendingAmount(pending, network.symbol);
|
||||
|
Loading…
Reference in New Issue
Block a user