From e3b7f1f2688f50b901640406e2df621365d8f308 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Mon, 17 Apr 2023 03:14:38 -0700 Subject: [PATCH] Fix ErrorBoundary background --- frontend/src/components/ErrorBoundary.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/ErrorBoundary.tsx b/frontend/src/components/ErrorBoundary.tsx index d5e377e5..0dd77e30 100644 --- a/frontend/src/components/ErrorBoundary.tsx +++ b/frontend/src/components/ErrorBoundary.tsx @@ -1,3 +1,4 @@ +import { Paper } from '@mui/material'; import React, { Component } from 'react'; interface ErrorBoundaryProps { @@ -30,8 +31,8 @@ export default class ErrorBoundary extends Component -

Something went wrong. Restarting app in 10 seconds...

+
+

Something is borked! Restarting app in 10 seconds...

Error: {this.state.error.name}