mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-02 14:23:42 +00:00
Fix account balance underline & spacing (#401)
This commit is contained in:
parent
0d5d0cea9a
commit
05a9770a9b
@ -89,7 +89,9 @@ export default class AccountInfo extends React.Component<Props, State> {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</span>
|
</span>
|
||||||
{balance ? `${network.name}` : null}
|
{balance && !balance.isPending ? (
|
||||||
|
<span> {network.name}</span>
|
||||||
|
) : null}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user