mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-09 01:33:37 +00:00
display network name if balance loaded (#402)
This commit is contained in:
parent
05a9770a9b
commit
151b2d762f
@ -89,8 +89,10 @@ export default class AccountInfo extends React.Component<Props, State> {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</span>
|
</span>
|
||||||
{balance && !balance.isPending ? (
|
{!balance.isPending ? (
|
||||||
|
balance.wei ? (
|
||||||
<span> {network.name}</span>
|
<span> {network.name}</span>
|
||||||
|
) : null
|
||||||
) : null}
|
) : null}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user