mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-13 08:32:00 +00:00
show right col only when account is imported
This commit is contained in:
parent
0f6c9a70ed
commit
43823607dd
@ -181,7 +181,11 @@ const AccountMenu = (props: Props) => {
|
||||
</Text>
|
||||
)}
|
||||
</Col>
|
||||
<RightCol>{account.imported && <Badge>watch-only</Badge>}</RightCol>
|
||||
{account.imported && (
|
||||
<RightCol>
|
||||
<Badge>watch-only</Badge>
|
||||
</RightCol>
|
||||
)}
|
||||
</RowAccountWrapper>
|
||||
</Row>
|
||||
</NavLink>
|
||||
|
Loading…
Reference in New Issue
Block a user