Selaa lähdekoodia

不过滤channel=_Sys

visuddhinanda 3 kuukautta sitten
vanhempi
sitoutus
31168f27f8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      dashboard-v4/dashboard/src/components/channel/ChannelMy.tsx

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

@@ -225,7 +225,7 @@ const ChannelMy = ({
       .then((res) => {
         console.debug("progress data api response", res);
         const items: IItem[] = res.data.rows
-          .filter((value) => value.name.substring(0, 4) !== "_Sys")
+          .filter((value) => value.name.substring(0, 4) !== "_sys")
           .map((item, id) => {
             const date = new Date(item.created_at);
             let all: number = 0;