File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
apps/browser-extension-wallet
src/views/browser-view/components Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ USE_MULTI_DELEGATION_STAKING_GRID_VIEW=true
28
28
USE_MULTI_DELEGATION_STAKING_FILTERS=false
29
29
USE_ROS_STAKING_COLUMN=false
30
30
USE_FOOR_TOPUP=true
31
- USE_ADVANCED_RECEIVED=false
31
+ USE_ADVANCED_RECEIVE=true
32
32
33
33
USE_POSTHOG_ANALYTICS_FOR_OPTED_OUT=false
34
34
USE_MULTI_WALLET=true
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ type WalletData = {
31
31
} ;
32
32
} ;
33
33
34
- const useAdvancedReceived = process . env . USE_ADVANCED_RECEIVED === 'true' ;
34
+ const useAdvancedReceived = process . env . USE_ADVANCED_RECEIVE === 'true' ;
35
35
36
36
/**
37
37
* Gets whether the given address has a transaction history.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import { InfoCircleOutlined } from '@ant-design/icons';
19
19
import { useLocalStorage } from '@hooks' ;
20
20
import { Tooltip } from 'antd' ;
21
21
22
- const useAdvancedReceived = process . env . USE_ADVANCED_RECEIVED === 'true' ;
22
+ const useAdvancedReceived = process . env . USE_ADVANCED_RECEIVE === 'true' ;
23
23
24
24
export const TransactionCTAsBox = ( ) : React . ReactElement => {
25
25
const { isSharedWallet } = useWalletStore ( ) ;
You can’t perform that action at this time.
0 commit comments