Skip to content

Commit

Permalink
Fix #19059 - Show network picker when locked (#19063)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed May 9, 2023
1 parent ecea162 commit 124678e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions ui/components/multichain/app-header/app-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,16 +350,14 @@ export const AppHeader = ({ location }) => {
padding={2}
gap={2}
>
{popupStatus ? null : (
<div>
<PickerNetwork
label={currentNetwork?.nickname}
src={currentNetwork?.rpcPrefs?.imageUrl}
onClick={() => dispatch(toggleNetworkMenu())}
className="multichain-app-header__contents__network-picker"
/>
</div>
)}
<div>
<PickerNetwork
label={currentNetwork?.nickname}
src={currentNetwork?.rpcPrefs?.imageUrl}
onClick={() => dispatch(toggleNetworkMenu())}
className="multichain-app-header__contents__network-picker"
/>
</div>
<MetafoxLogo
unsetIconHeight
onClick={async () => {
Expand Down

0 comments on commit 124678e

Please sign in to comment.