mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-12 17:10:56 +00:00
remove show all
This commit is contained in:
parent
2959271a40
commit
15cfcee500
@ -106,7 +106,7 @@ const CoinsSettings = (props: Props) => (
|
||||
/>
|
||||
</Tooltip>
|
||||
</Left>
|
||||
<Right>Show all</Right>
|
||||
<Right />
|
||||
</Label>
|
||||
{props.networks
|
||||
.filter(network => !network.isHidden)
|
||||
@ -150,7 +150,7 @@ const CoinsSettings = (props: Props) => (
|
||||
/>
|
||||
</Tooltip>
|
||||
</Left>
|
||||
<Right>Show all</Right>
|
||||
<Right />
|
||||
</Label>
|
||||
{coins
|
||||
.sort((a, b) => a.order - b.order)
|
||||
|
Loading…
Reference in New Issue
Block a user