소스 검색

add chapterStrLen

visuddhinanda 2 년 전
부모
커밋
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,
           Path: item.path,
           Book: item.book,
           Book: item.book,
           Paragraph: item.paragraph,
           Paragraph: item.paragraph,
+          chapterStrLen: item.chapter_strlen,
+          paragraphCount: item.chapter_len,
           progressLine: item.progress_line,
           progressLine: item.progress_line,
         };
         };
       });
       });