Procházet zdrojové kódy

chore: add comment

yukendev před 2 roky
rodič
revize
4ad1caa6f1
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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>