visuddhinanda 3 lat temu
rodzic
commit
53c18d9d69
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      dashboard/src/components/auth/StudioName.tsx

+ 1 - 1
dashboard/src/components/auth/StudioName.tsx

@@ -6,7 +6,7 @@ export interface IStudio {
   id: string;
   nickName: string;
   studioName: string;
-  avatar: string;
+  avatar?: string;
 }
 interface IWidghtStudio {
   data?: IStudio;