2
0
Эх сурвалжийг харах

sentList = getSentIdInArticle();

visuddhinanda 1 жил өмнө
parent
commit
4e2bc12fef

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

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