mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
removed portfolio icon from eth overview (#18662)
This commit is contained in:
parent
a876eaba23
commit
cb6223b75f
@ -96,6 +96,7 @@ const EthOverview = ({ className }) => {
|
|||||||
{balanceIsCached ? (
|
{balanceIsCached ? (
|
||||||
<span className="eth-overview__cached-star">*</span>
|
<span className="eth-overview__cached-star">*</span>
|
||||||
) : null}
|
) : null}
|
||||||
|
{process.env.MULTICHAIN ? null : (
|
||||||
<ButtonIcon
|
<ButtonIcon
|
||||||
className="eth-overview__portfolio-button"
|
className="eth-overview__portfolio-button"
|
||||||
data-testid="home__portfolio-site"
|
data-testid="home__portfolio-site"
|
||||||
@ -124,6 +125,7 @@ const EthOverview = ({ className }) => {
|
|||||||
);
|
);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
{showFiat && balance && (
|
{showFiat && balance && (
|
||||||
<UserPreferencedCurrencyDisplay
|
<UserPreferencedCurrencyDisplay
|
||||||
|
Loading…
x
Reference in New Issue
Block a user