Sfoglia il codice sorgente

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

visuddhinanda 3 anni fa
parent
commit
d612f063be
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dashboard/src/components/corpus/TocPath.tsx

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

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