diff --git a/web/src/components/DialogRestart.jsx b/web/src/components/DialogRestart.jsx index 4f88b5fe0..8aff980f6 100644 --- a/web/src/components/DialogRestart.jsx +++ b/web/src/components/DialogRestart.jsx @@ -52,7 +52,7 @@ export default function DialogRestart({ show, setShow }) { { text: 'Cancel', onClick: handleDismiss } ]} /> ) : detectRestarted != null && ( - + )} );