We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a8bf7 commit e4ba522Copy full SHA for e4ba522
1 file changed
src/components/App/index.jsx
@@ -49,7 +49,7 @@ const App = () => {
49
50
const [drawerOpen, setDrawerOpen] = useState(false);
51
const [snackOpen, setSnackOpen] = useState(
52
- !window.__TAURI__ && window.innerWidth > 600
+ !window.__TAURI__ && window.innerWidth > 600,
53
);
54
const language = state.languages[languageIndex];
55
0 commit comments