Skip to content

Commit 7619d21

Browse files
committed
lint
1 parent fd1452c commit 7619d21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/workspace/WorkspaceOverviewCurrencyPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function WorkspaceOverviewCurrencyPage({policy}: WorkspaceOverviewCurrencyPagePr
3333
const {translate} = useLocalize();
3434
const {isBetaEnabled} = usePermissions();
3535
const [isForcedToChangeCurrency] = useOnyx(ONYXKEYS.IS_FORCED_TO_CHANGE_CURRENCY, {canBeMissing: true});
36-
const [hasVBA] = useOnyx(ONYXKEYS.REIMBURSEMENT_ACCOUNT, {selector: (value) => value?.achData?.state === BankAccount.STATE.OPEN, canBeMissing: true});
36+
const [hasVBA = false] = useOnyx(ONYXKEYS.REIMBURSEMENT_ACCOUNT, {selector: (value) => value?.achData?.state === BankAccount.STATE.OPEN, canBeMissing: true});
3737
const onSelectCurrency = (item: CurrencyListItem) => {
3838
if (!policy) {
3939
return;

0 commit comments

Comments
 (0)