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>
|
</Tooltip>
|
||||||
</Left>
|
</Left>
|
||||||
<Right>Show all</Right>
|
<Right />
|
||||||
</Label>
|
</Label>
|
||||||
{props.networks
|
{props.networks
|
||||||
.filter(network => !network.isHidden)
|
.filter(network => !network.isHidden)
|
||||||
@ -150,7 +150,7 @@ const CoinsSettings = (props: Props) => (
|
|||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</Left>
|
</Left>
|
||||||
<Right>Show all</Right>
|
<Right />
|
||||||
</Label>
|
</Label>
|
||||||
{coins
|
{coins
|
||||||
.sort((a, b) => a.order - b.order)
|
.sort((a, b) => a.order - b.order)
|
||||||
|
Loading…
Reference in New Issue
Block a user