Przeglądaj źródła

都用可自动改变编码的巴利文组件

visuddhinanda 3 lat temu
rodzic
commit
d612f063be
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      dashboard/src/components/corpus/TocPath.tsx

+ 1 - 1
dashboard/src/components/corpus/TocPath.tsx

@@ -45,7 +45,7 @@ const Widget = ({
         );
         );
         break;
         break;
       case "self":
       case "self":
-        oneItem = <Link to={linkChapter}>{item.title}</Link>;
+        oneItem = <Link to={linkChapter}>{title}</Link>;
         break;
         break;
     }
     }
     return (
     return (