remove show all

pull/513/head
Vladimir Volek 5 years ago
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…
Cancel
Save