소스 검색

add studio name channel name

visuddhinanda 3 년 전
부모
커밋
9e9fa43ee5
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      dashboard/src/components/term/TermItem.tsx

+ 3 - 0
dashboard/src/components/term/TermItem.tsx

@@ -7,6 +7,7 @@ import UserName from "../auth/UserName";
 import TimeShow from "../general/TimeShow";
 import TermModal from "./TermModal";
 import { useState } from "react";
+import StudioName from "../auth/StudioName";
 
 const { Text } = Typography;
 
@@ -25,6 +26,8 @@ const TermItemWidget = ({ data }: IWidget) => {
               <Text type="secondary">{data?.other_meaning}</Text>
             </Space>
             <Space style={{ fontSize: "80%" }}>
+              <StudioName data={data?.studio} />
+              {data?.channel ? data.channel.name : ""}
               <Text type="secondary">
                 <UserName {...data?.editor} />
               </Text>