From bb3ba2d57232db04d153c5dbcbd4568ba01f97e5 Mon Sep 17 00:00:00 2001 From: ElMoribond Date: Thu, 24 Jun 2021 15:08:13 +0200 Subject: [PATCH] Add ability to restart --- web/src/AppBar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/AppBar.jsx b/web/src/AppBar.jsx index fe277ced8..d6812be4a 100644 --- a/web/src/AppBar.jsx +++ b/web/src/AppBar.jsx @@ -40,7 +40,7 @@ export default function AppBar() { setShowDialog(false); setShowDialogWait(true); sendRestart(); - }, [setShowDialog]); + }, [setShowDialog]); // eslint-disable-line react-hooks/exhaustive-deps const handleDismissRestartDialog = () => { setShowDialog(false);