Fix misleading comment

This commit is contained in:
Lim Chee Aun 2023-04-18 17:46:40 +08:00
parent 290c1a4b59
commit 97964cff73

View file

@ -199,7 +199,7 @@ function App() {
return !/^\/(login|welcome)/.test(pathname);
}, [location]);
// Change #app classname based on snapStates.settings.shortcutsViewMode
// Change #app dataset based on snapStates.settings.shortcutsViewMode
useEffect(() => {
const $app = document.getElementById('app');
if ($app) {