mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 21:28:29 +03:00
fix: remove unused duplicate version string
This commit is contained in:
parent
2bf841df05
commit
aef81eec4c
2 changed files with 0 additions and 3 deletions
|
@ -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 a new issue