Skip to content

Commit

Permalink
fix: fix ignore bug
Browse files Browse the repository at this point in the history
  • Loading branch information
salimtb committed Nov 20, 2024
1 parent ba2c169 commit ce44580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/app/detected-token/detected-token.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const DetectedToken = ({ setShowDetectedTokens }) => {
},
});

if (process.env.PORTFOLIO_VIEW) {
if (process.env.PORTFOLIO_VIEW && !allNetworksFilterShown) {
// group deselected tokens by chainId
const groupedByChainId = deSelectedTokens.reduce((acc, token) => {
const { chainId } = token;
Expand Down

0 comments on commit ce44580

Please sign in to comment.