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