Shun Miyazawa 2 лет назад
Родитель
Сommit
6fd29c1169
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/components/PageSideContents/PageAccessoriesControl.tsx

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

@@ -34,7 +34,7 @@ export const PageAccessoriesControl = memo((props: Props): JSX.Element => {
         {label}
         {label}
         {/* Do not display CountBadge if '/trash/*': https://github.com/weseek/growi/pull/7600 */}
         {/* Do not display CountBadge if '/trash/*': https://github.com/weseek/growi/pull/7600 */}
         { count != null
         { count != null
-          ? <CountBadge count={count} offset={0} />
+          ? <CountBadge count={count} />
           : <div className="px-2"></div>}
           : <div className="px-2"></div>}
       </span>
       </span>
     </button>
     </button>