diff --git a/src/App.jsx b/src/App.jsx index d9f7842..47b68e3 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -849,7 +849,7 @@ export default function App() { } }; - if (!rondevu) { + if (setupStep === 'init') { return
Loading...
; }