1
0
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:
Nidhi Kumari 2023-04-19 22:22:53 +05:30 committed by GitHub
parent a876eaba23
commit cb6223b75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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