Skip to content

Commit ce7c718

Browse files
committed
fix eslint
1 parent abe18b9 commit ce7c718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/workspace/WorkspaceResetBankAccountModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function WorkspaceResetBankAccountModal({
3636
}: WorkspaceResetBankAccountModalProps) {
3737
const styles = useThemeStyles();
3838
const {translate} = useLocalize();
39-
const [session] = useOnyx(ONYXKEYS.SESSION);
39+
const [session] = useOnyx(ONYXKEYS.SESSION, {canBeMissing: true});
4040
const policyID = reimbursementAccount?.achData?.policyID;
4141
const [policy] = useOnyx(`${ONYXKEYS.COLLECTION.POLICY}${policyID}`, {canBeMissing: true});
4242
const achData = reimbursementAccount?.achData;

0 commit comments

Comments
 (0)