diff --git a/builds.yml b/builds.yml index 2442ad51475a..d60365f8bc5a 100644 --- a/builds.yml +++ b/builds.yml @@ -280,8 +280,8 @@ env: - BARAD_DUR: '' # Determines if feature flagged Chain permissions - CHAIN_PERMISSIONS: '' - # Determines if feature flagged Filter toggle - - FILTER_TOKENS_TOGGLE: '' + # Determines if Portfolio View UI should be shown + - PORTFOLIO_VIEW: '' # Enables use of test gas fee flow to debug gas fee estimation - TEST_GAS_FEE_FLOWS: false # Temporary mechanism to enable security alerts API prior to release diff --git a/ui/components/app/assets/asset-list/asset-list-control-bar/asset-list-control-bar.tsx b/ui/components/app/assets/asset-list/asset-list-control-bar/asset-list-control-bar.tsx index de771976e677..c09421279265 100644 --- a/ui/components/app/assets/asset-list/asset-list-control-bar/asset-list-control-bar.tsx +++ b/ui/components/app/assets/asset-list/asset-list-control-bar/asset-list-control-bar.tsx @@ -78,7 +78,7 @@ const AssetListControlBar = ({ showTokensLinks }: AssetListControlBarProps) => { isFullScreen ? JustifyContent.flexStart : JustifyContent.spaceBetween } > - {process.env.FILTER_TOKENS_TOGGLE && ( + {process.env.PORTFOLIO_VIEW && (