From e2d9c0636259a6cde6c728ac0c714c68026f2afc Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 1 Mar 2026 17:48:57 +0100 Subject: [PATCH] Clean error boundary --- web/components/error-boundary.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/components/error-boundary.tsx b/web/components/error-boundary.tsx index f2d99be4..49fcde91 100644 --- a/web/components/error-boundary.tsx +++ b/web/components/error-boundary.tsx @@ -37,7 +37,7 @@ export class ErrorBoundary extends Component { } return ( -
+

Something went wrong

@@ -48,13 +48,15 @@ export class ErrorBoundary extends Component {

Error details -
+                
                   {this.state.error.message}
                 
)}
- +