Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
DanilRostov committed Nov 17, 2023
1 parent bb2ae2c commit 5681c4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ui/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5681c4c

Please sign in to comment.