瀏覽代碼

add a todo comment

kaori 3 年之前
父節點
當前提交
8ef65a406a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/app/src/pages/admin/[[...path]].page.tsx

+ 1 - 0
packages/app/src/pages/admin/[[...path]].page.tsx

@@ -98,6 +98,7 @@ const AdminMarkdownSettingsPage: NextPage<Props> = (props: Props) => {
     userGroupId = isValidObjectId(secondPath) ? secondPath : undefined;
   }
 
+  // TODO: refactoring adminPagesMap => https://redmine.weseek.co.jp/issues/102694
   const adminPagesMap = {
     home: {
       title: useCustomTitle(props, t('Wiki Management Home Page')),