fix: remove unused duplicate version string

This commit is contained in:
Gabe Kangas 2023-06-05 15:21:24 -07:00
parent 2bf841df05
commit aef81eec4c
No known key found for this signature in database
GPG key ID: 4345B2060657F330
2 changed files with 0 additions and 3 deletions

View file

@ -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: [],

View file

@ -33,7 +33,6 @@ const Page = () => {
summary: '',
logo: '',
tags: [],
version: '',
nsfw: false,
extraPageContent: '',
socialHandles: [],