From 0af414a2b2283cd5758ffee8c76503c7da33e5c6 Mon Sep 17 00:00:00 2001 From: Bernt Christian Egeland Date: Thu, 19 Aug 2021 18:24:23 +0200 Subject: [PATCH] removed comma. This was causing the main window to be pulled down behind the headerbar, hence the odd menu behavior --- web/src/AppBar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/AppBar.jsx b/web/src/AppBar.jsx index 8a8183e00..362376874 100644 --- a/web/src/AppBar.jsx +++ b/web/src/AppBar.jsx @@ -63,7 +63,7 @@ export default function AppBar() { - ) : null}, + ) : null} {showDialog ? ( - ) : null}, + ) : null} {showDialogWait ? (