IO-2203 Resolve RO staying after payment modal close.

This commit is contained in:
Patrick Fic
2023-03-09 11:23:46 -08:00
parent c695aea12e
commit 4cba91e097
3 changed files with 11 additions and 7 deletions

View File

@@ -193,9 +193,8 @@ export function Manage({ match, conflict, bodyshop }) {
<Suspense
fallback={<LoadingSpinner message={t("general.labels.loadingapp")} />}
>
<PaymentModalContainer />
<PaymentModalContainer />
<BreadCrumbs />
<BillEnterModalContainer />
<JobCostingModal />