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