Ver Fonte

sentList = getSentIdInArticle();

visuddhinanda há 1 ano atrás
pai
commit
4e2bc12fef
1 ficheiros alterados com 2 adições e 1 exclusões
  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);
     }
   };