Jelajahi Sumber

add book para

visuddhinanda 2 tahun lalu
induk
melakukan
cec09b4480
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      dashboard/src/components/template/QuoteLink.tsx

+ 4 - 0
dashboard/src/components/template/QuoteLink.tsx

@@ -8,6 +8,8 @@ interface IWidgetQuoteLinkCtl {
   volume: string;
   page: string;
   style: TDisplayStyle;
+  book: number;
+  para: number;
 }
 const QuoteLinkCtl = ({
   type,
@@ -16,6 +18,8 @@ const QuoteLinkCtl = ({
   volume,
   page,
   style,
+  book,
+  para,
 }: IWidgetQuoteLinkCtl) => {
   const abbr = bookNameLocal
     ? bookNameLocal