From 82bb3452d0fc1de0900d8f4846b6107daaf21a2a Mon Sep 17 00:00:00 2001 From: salimtb Date: Thu, 9 Jan 2025 15:46:06 +0100 Subject: [PATCH] fix: fix PR comment --- app/util/networks/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;