From 5ae4f47e9615b184e53769d8680f35997a579eef 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 ? (