Explorar o código

add lang in IChannel

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
f4de97ff2a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dashboard/src/components/channel/Channel.tsx

+ 1 - 0
dashboard/src/components/channel/Channel.tsx

@@ -4,6 +4,7 @@ export interface IChannel {
   name: string;
   id: string;
   type?: TChannelType;
+  lang?: string;
 }
 const ChannelWidget = ({ name, id }: IChannel) => {
   return <span>{name}</span>;