From 97964cff73d1b8269b63e85f1c85b8fb5beae722 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 18 Apr 2023 17:46:40 +0800 Subject: [PATCH] Fix misleading comment --- src/app.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.jsx b/src/app.jsx index 7cbbd3c8..30548c11 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -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) {