From b7f6b875121f26500d0b176be67dd5ce1de612d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Ka=C5=88kovsk=C3=BD?= Date: Wed, 18 Oct 2023 17:42:56 +0200 Subject: [PATCH] Webui: Fix for adding report for JS bugs --- ui/webui/src/components/app.jsx | 49 +++++++++++++++++---------------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/ui/webui/src/components/app.jsx b/ui/webui/src/components/app.jsx index 0dd93758894..a03dd617e24 100644 --- a/ui/webui/src/components/app.jsx +++ b/ui/webui/src/components/app.jsx @@ -122,35 +122,38 @@ export const Application = () => { const page = ( - {(criticalError || jsError) && + + {(criticalError || jsError) && } - - - - - - - + + - - + + + + + + + }