diff --git a/src/pages/workspace/WorkspaceProfilePage.tsx b/src/pages/workspace/WorkspaceProfilePage.tsx index 4ce5822dfaa0..ac330df33ac3 100644 --- a/src/pages/workspace/WorkspaceProfilePage.tsx +++ b/src/pages/workspace/WorkspaceProfilePage.tsx @@ -149,7 +149,7 @@ function WorkspaceProfilePage({policy, currencyList = {}, route}: WorkSpaceProfi title={formattedCurrency} description={translate('workspace.editor.currencyInputLabel')} shouldShowRightIcon={!readOnly} - disabled={hasVBA ?? readOnly} + disabled={(hasVBA ?? false) || readOnly} wrapperStyle={styles.sectionMenuItemTopDescription} onPress={onPressCurrency} shouldGreyOutWhenDisabled={false}