浏览代码

chore: add comment

yukendev 2 年之前
父节点
当前提交
4ad1caa6f1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      apps/app/src/components/Me/UISettings.tsx

+ 2 - 0
apps/app/src/components/Me/UISettings.tsx

@@ -90,6 +90,8 @@ export const UISettings = (): JSX.Element => {
 
   return (
     <>
+      {/* TODO: Only sidebar settings should be hidden, not all UI settings.
+    https://github.com/weseek/growi/pull/8288/files#r1410147053 */}
       { sidebarMode != null && !isDrawerMode() && (
         <>
           <h2 className="border-bottom mb-4">{t('ui_settings.ui_settings')}</h2>