improved user experience

This commit is contained in:
ElMoribond 2021-07-13 09:01:50 +02:00 committed by GitHub
parent a9894ff1f6
commit 3d3aa4bed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ export default function AppBar() {
const handleRestart = useCallback(() => {
setShowMoreMenu(false);
setShowDialog(true);
}, [setShowDialog]);
}, [showDialogRestart]);
return (
<Fragment>