mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
parent
ecea162b10
commit
124678e701
@ -350,16 +350,14 @@ export const AppHeader = ({ location }) => {
|
|||||||
padding={2}
|
padding={2}
|
||||||
gap={2}
|
gap={2}
|
||||||
>
|
>
|
||||||
{popupStatus ? null : (
|
<div>
|
||||||
<div>
|
<PickerNetwork
|
||||||
<PickerNetwork
|
label={currentNetwork?.nickname}
|
||||||
label={currentNetwork?.nickname}
|
src={currentNetwork?.rpcPrefs?.imageUrl}
|
||||||
src={currentNetwork?.rpcPrefs?.imageUrl}
|
onClick={() => dispatch(toggleNetworkMenu())}
|
||||||
onClick={() => dispatch(toggleNetworkMenu())}
|
className="multichain-app-header__contents__network-picker"
|
||||||
className="multichain-app-header__contents__network-picker"
|
/>
|
||||||
/>
|
</div>
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
<MetafoxLogo
|
<MetafoxLogo
|
||||||
unsetIconHeight
|
unsetIconHeight
|
||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user