Explorar o código

refactor comment

yukendev %!s(int64=3) %!d(string=hai) anos
pai
achega
8699ec3ad3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/app/src/components/PageSideContents.tsx

+ 1 - 1
apps/app/src/components/PageSideContents.tsx

@@ -50,7 +50,7 @@ export const PageSideContents = (props: PageSideContentsProps): JSX.Element => {
             </div>
             {t('page_list')}
 
-            {/* Do not display CountBadge if '/trash/*' */}
+            {/* Do not display CountBadge if '/trash/*': https://github.com/weseek/growi/pull/7600 */}
             { !isTrash ? <CountBadge count={page?.descendantCount} offset={1} /> : <div className='px-2'></div>}
           </button>
         )}