فهرست منبع

sentList = getSentIdInArticle();

visuddhinanda 1 سال پیش
والد
کامیت
4e2bc12fef
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      dashboard/src/components/channel/ChannelMy.tsx

+ 2 - 1
dashboard/src/components/channel/ChannelMy.tsx

@@ -189,7 +189,8 @@ const ChannelMy = ({
           });
       }
     } else {
-      setSentencesId(getSentIdInArticle());
+      sentList = getSentIdInArticle();
+      setSentencesId(sentList);
       loadChannel(sentList);
     }
   };