summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/components/ErrorLoading.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/src/components/ErrorLoading.tsx')
-rw-r--r--packages/demobank-ui/src/components/ErrorLoading.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/demobank-ui/src/components/ErrorLoading.tsx b/packages/demobank-ui/src/components/ErrorLoading.tsx
index a4faa4d5d..f83b61234 100644
--- a/packages/demobank-ui/src/components/ErrorLoading.tsx
+++ b/packages/demobank-ui/src/components/ErrorLoading.tsx
@@ -32,6 +32,9 @@ export function ErrorLoading({ error }: { error: HttpError<SandboxBackend.Sandbo
<p class="text-sm font-medium text-red-800">{error.message}</p>
</div>
</div>
+ <div class="ml-3 flex-1 md:flex md:justify-between">
+ <p class="text-sm font-medium text-red-800">Got status "{error.info.status}" on {error.info.url}</p>
+ </div>
</div>
</div>
);