瀏覽代碼

不过滤channel=_Sys

visuddhinanda 7 月之前
父節點
當前提交
31168f27f8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;