瀏覽代碼

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);
     }
   };