Przeglądaj źródła

sentList = getSentIdInArticle();

visuddhinanda 1 rok temu
rodzic
commit
4e2bc12fef
1 zmienionych plików z 2 dodań i 1 usunięć
  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);
     }
   };