mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
fix network dropdown bug (#18079)
This commit is contained in:
parent
cd1a8270ab
commit
1121e3a848
@ -199,7 +199,7 @@ class NetworkDropdown extends Component {
|
|||||||
>
|
>
|
||||||
{nickname || rpcUrl}
|
{nickname || rpcUrl}
|
||||||
</span>
|
</span>
|
||||||
{isCurrentRpcTarget && (
|
{isCurrentRpcTarget ? null : (
|
||||||
<ButtonIcon
|
<ButtonIcon
|
||||||
className="delete"
|
className="delete"
|
||||||
iconName={ICON_NAMES.CLOSE}
|
iconName={ICON_NAMES.CLOSE}
|
||||||
|
Loading…
Reference in New Issue
Block a user