Commit bad1ce26 authored by aballerr's avatar aballerr Committed by GitHub

fix: Prod has chevron (#4558)

Remove chevron from prod
Co-authored-by: default avatarAlex Ball <alexball@UNISWAP-MAC-038.local>
parent f194845b
......@@ -230,11 +230,13 @@ function Web3StatusInner() {
<>
{hasSocks ? <Sock /> : null}
<Text>{ENSName || shortenAddress(account)}</Text>
{navbarFlagEnabled && walletIsOpen ? (
{navbarFlagEnabled ? (
walletIsOpen ? (
<StyledChevronUp onClick={toggleWalletDropdown} />
) : (
<StyledChevronDown onClick={toggleWalletDropdown} />
)}
)
) : null}
</>
)}
{!navbarFlagEnabled && !hasPendingTransactions && <StatusIcon connectionType={connectionType} />}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment