diff --git a/src/ui/Main.jsx b/src/ui/Main.jsx index 19249a0..93a72eb 100644 --- a/src/ui/Main.jsx +++ b/src/ui/Main.jsx @@ -40,8 +40,9 @@ import UiModalConfirmation from './Modals/UiModalConfirmation'; export const Main = () => { const dispatch = useDispatch(); - const { isLoaded, progress, spinner, viewMode, showModalText, showModalAlert, showModalWindowCW, showModalConfirmation } = - useSelector((state) => state); + const { isLoaded, progress, spinner, viewMode, showModalText, showModalAlert, showModalWindowCW, showModalConfirmation } = useSelector( + (state) => state + ); const [m_fileNameOnLoad, setM_fileNameOnLoad] = useState(false); const [isWebGl20supported, setIsWebGl20supported] = useState(true);