Browse Source

refactor comment

yukendev 3 years ago
parent
commit
8699ec3ad3
1 changed files with 1 additions and 1 deletions
  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>
             </div>
             {t('page_list')}
             {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>}
             { !isTrash ? <CountBadge count={page?.descendantCount} offset={1} /> : <div className='px-2'></div>}
           </button>
           </button>
         )}
         )}