1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

fix network dropdown bug (#18079)

This commit is contained in:
Alex Donesky 2023-03-09 10:11:38 -06:00 committed by GitHub
parent cd1a8270ab
commit 1121e3a848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}