mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +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}
|
||||
</span>
|
||||
{isCurrentRpcTarget && (
|
||||
{isCurrentRpcTarget ? null : (
|
||||
<ButtonIcon
|
||||
className="delete"
|
||||
iconName={ICON_NAMES.CLOSE}
|
||||
|
Loading…
Reference in New Issue
Block a user