diff --git a/app/util/networks/index.js b/app/util/networks/index.js index 461f8ea6b87..fd8c2894806 100644 --- a/app/util/networks/index.js +++ b/app/util/networks/index.js @@ -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;