Fix misleading comment
This commit is contained in:
parent
290c1a4b59
commit
97964cff73
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ function App() {
|
||||||
return !/^\/(login|welcome)/.test(pathname);
|
return !/^\/(login|welcome)/.test(pathname);
|
||||||
}, [location]);
|
}, [location]);
|
||||||
|
|
||||||
// Change #app classname based on snapStates.settings.shortcutsViewMode
|
// Change #app dataset based on snapStates.settings.shortcutsViewMode
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const $app = document.getElementById('app');
|
const $app = document.getElementById('app');
|
||||||
if ($app) {
|
if ($app) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue