Skip to content

Commit

Permalink
fix: fix PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
salimtb committed Jan 9, 2025
1 parent 6ec4d9f commit 82bb345
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/util/networks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,5 +497,4 @@ export const isChainPermissionsFeatureEnabled =
export const isPermissionsSettingsV1Enabled =
process.env.MM_PERMISSIONS_SETTINGS_V1_ENABLED === 'true';

export const isPortfolioViewEnabled = () =>
process.env.PORTFOLIO_VIEW === 'true';
export const isPortfolioViewEnabled = () => true;

0 comments on commit 82bb345

Please sign in to comment.