فهرست منبع

add book para

visuddhinanda 2 سال پیش
والد
کامیت
cec09b4480
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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