fix: remove unused duplicate version string
This commit is contained in:
parent
2bf841df05
commit
aef81eec4c
@ -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: [],
|
||||
|
@ -33,7 +33,6 @@ const Page = () => {
|
||||
summary: '',
|
||||
logo: '',
|
||||
tags: [],
|
||||
version: '',
|
||||
nsfw: false,
|
||||
extraPageContent: '',
|
||||
socialHandles: [],
|
||||
|
Loading…
Reference in New Issue
Block a user