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 ? (
|
||||
<span className="eth-overview__cached-star">*</span>
|
||||
) : null}
|
||||
{process.env.MULTICHAIN ? null : (
|
||||
<ButtonIcon
|
||||
className="eth-overview__portfolio-button"
|
||||
data-testid="home__portfolio-site"
|
||||
@ -124,6 +125,7 @@ const EthOverview = ({ className }) => {
|
||||
);
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
{showFiat && balance && (
|
||||
<UserPreferencedCurrencyDisplay
|
||||
|
Loading…
x
Reference in New Issue
Block a user