mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
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);
|
||||
}, [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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue