2
0
visuddhinanda 2 жил өмнө
parent
commit
f4de97ff2a

+ 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>;