diff --git a/src/pages/ReimbursementAccount/NonUSD/Finish/index.tsx b/src/pages/ReimbursementAccount/NonUSD/Finish/index.tsx index 618112ce964c..975e6aec79c4 100644 --- a/src/pages/ReimbursementAccount/NonUSD/Finish/index.tsx +++ b/src/pages/ReimbursementAccount/NonUSD/Finish/index.tsx @@ -1,7 +1,6 @@ import React from 'react'; import {View} from 'react-native'; import {useOnyx} from 'react-native-onyx'; -import Button from '@components/Button'; import HeaderWithBackButton from '@components/HeaderWithBackButton'; import * as Expensicons from '@components/Icon/Expensicons'; import {ChatBubble} from '@components/Icon/Expensicons'; @@ -24,7 +23,7 @@ function Finish() { const {translate} = useLocalize(); const {shouldUseNarrowLayout} = useResponsiveLayout(); - const [reimbursementAccount] = useOnyx(ONYXKEYS.REIMBURSEMENT_ACCOUNT); + const [reimbursementAccount] = useOnyx(ONYXKEYS.REIMBURSEMENT_ACCOUNT, {canBeMissing: true}); const policyID = reimbursementAccount?.achData?.policyID; const handleBackButtonPress = () => {