mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-02 06:16:06 +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>
|
||||
{balance ? `${network.name}` : null}
|
||||
{balance && !balance.isPending ? (
|
||||
<span> {network.name}</span>
|
||||
) : null}
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user