Skip to content

Commit

Permalink
add line break
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDylann committed Oct 29, 2024
1 parent 3277d0c commit 4bf4988
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ function ReimbursementAccountPage({route, policy}: ReimbursementAccountPageProps
}
return achData?.state === BankAccount.STATE.PENDING || [CONST.BANK_ACCOUNT.STEP.BANK_ACCOUNT, ''].includes(getStepToOpenFromRouteParams(route));
}, [achData?.state, hasInProgressVBBA, route]);

const [shouldShowContinueSetupButton, setShouldShowContinueSetupButton] = useState(getShouldShowContinueSetupButtonInitialValue());

useEffect(() => {
Expand Down

0 comments on commit 4bf4988

Please sign in to comment.