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