diff --git a/web/interfaces/client-config.model.ts b/web/interfaces/client-config.model.ts index 9466f1b0c..d72819cdc 100644 --- a/web/interfaces/client-config.model.ts +++ b/web/interfaces/client-config.model.ts @@ -5,7 +5,6 @@ export interface ClientConfig { offlineMessage?: string; logo: string; tags: string[]; - version: string; nsfw: boolean; extraPageContent: string; socialHandles: SocialHandle[]; @@ -52,7 +51,6 @@ export function makeEmptyClientConfig(): ClientConfig { offlineMessage: '', logo: '', tags: [], - version: '', nsfw: false, extraPageContent: '', socialHandles: [], diff --git a/web/stories/ReadwriteChat.stories.tsx b/web/stories/ReadwriteChat.stories.tsx index 0faef5fac..6788a9c03 100644 --- a/web/stories/ReadwriteChat.stories.tsx +++ b/web/stories/ReadwriteChat.stories.tsx @@ -33,7 +33,6 @@ const Page = () => { summary: '', logo: '', tags: [], - version: '', nsfw: false, extraPageContent: '', socialHandles: [],