Przeglądaj źródła

add "通用于此studio"

visuddhinanda 2 lat temu
rodzic
commit
ee22859678
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      dashboard/src/components/term/TermItem.tsx

+ 1 - 1
dashboard/src/components/term/TermItem.tsx

@@ -27,7 +27,7 @@ const TermItemWidget = ({ data }: IWidget) => {
             </Space>
             <Space style={{ fontSize: "80%" }}>
               <StudioName data={data?.studio} />
-              {data?.channel ? data.channel.name : ""}
+              {data?.channel ? data.channel.name : "通用于此studio"}
               <Text type="secondary">
                 <UserName {...data?.editor} />
               </Text>