visuddhinanda преди 3 години
родител
ревизия
7225197312
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      dashboard/src/components/corpus/PaliChapterListByPara.tsx

+ 2 - 0
dashboard/src/components/corpus/PaliChapterListByPara.tsx

@@ -26,6 +26,8 @@ const PaliChapterListByParaWidget = ({ chapter, onChapterClick }: IWidget) => {
           Path: item.path,
           Book: item.book,
           Paragraph: item.paragraph,
+          chapterStrLen: item.chapter_strlen,
+          paragraphCount: item.chapter_len,
           progressLine: item.progress_line,
         };
       });