aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/account/ShowAccountDetails.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/src/pages/account/ShowAccountDetails.tsx')
-rw-r--r--packages/demobank-ui/src/pages/account/ShowAccountDetails.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/demobank-ui/src/pages/account/ShowAccountDetails.tsx b/packages/demobank-ui/src/pages/account/ShowAccountDetails.tsx
index db76e83d9..6aad8997a 100644
--- a/packages/demobank-ui/src/pages/account/ShowAccountDetails.tsx
+++ b/packages/demobank-ui/src/pages/account/ShowAccountDetails.tsx
@@ -51,6 +51,7 @@ export function ShowAccountDetails({
routeMyAccountDetails,
routeHere,
routeMyAccountPassword,
+ routeConversionConfig,
}: {
routeClose: RouteDefinition;
routeHere: RouteDefinition<{ account: string }>;
@@ -58,6 +59,7 @@ export function ShowAccountDetails({
routeMyAccountDelete: RouteDefinition;
routeMyAccountPassword: RouteDefinition;
routeMyAccountCashout: RouteDefinition;
+ routeConversionConfig: RouteDefinition;
onUpdateSuccess: () => void;
onAuthorizationRequired: () => void;
account: string;
@@ -184,6 +186,7 @@ export function ShowAccountDetails({
<ProfileNavigation current="details"
routeMyAccountCashout={routeMyAccountCashout}
routeMyAccountDelete={routeMyAccountDelete}
+ routeConversionConfig={routeConversionConfig}
routeMyAccountDetails={routeMyAccountDetails}
routeMyAccountPassword={routeMyAccountPassword}
/>