1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-12 09:00:58 +00:00

remove show all

This commit is contained in:
Vladimir Volek 2019-04-23 16:44:52 +02:00
parent 2959271a40
commit 15cfcee500

View File

@ -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)