aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/business/ShowCashoutDetails.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/src/pages/business/ShowCashoutDetails.tsx')
-rw-r--r--packages/demobank-ui/src/pages/business/ShowCashoutDetails.tsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/demobank-ui/src/pages/business/ShowCashoutDetails.tsx b/packages/demobank-ui/src/pages/business/ShowCashoutDetails.tsx
index 6fd9eb18c..fcbf0c408 100644
--- a/packages/demobank-ui/src/pages/business/ShowCashoutDetails.tsx
+++ b/packages/demobank-ui/src/pages/business/ShowCashoutDetails.tsx
@@ -42,6 +42,7 @@ import {
import { assertUnreachable } from "../WithdrawalOperationPage.js";
import { LocalNotificationBanner } from "@gnu-taler/web-util/browser";
import { RenderAmount } from "../PaytoWireTransferForm.js";
+import { ErrorLoadingWithDebug } from "../../components/ErrorLoadingWithDebug.js";
interface Props {
id: string;
@@ -70,7 +71,7 @@ export function ShowCashoutDetails({
return <Loading />
}
if (result instanceof TalerError) {
- return <ErrorLoading error={result} />
+ return <ErrorLoadingWithDebug error={result} />
}
if (result.type === "fail") {
switch (result.case) {
@@ -86,7 +87,7 @@ export function ShowCashoutDetails({
}
if (info instanceof TalerError) {
- return <ErrorLoading error={info} />
+ return <ErrorLoadingWithDebug error={info} />
}
const errors = undefinedIfEmpty({