From 7410e09a1f5370dedfa0eaedb033ed626df1f2cf Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sat, 16 Nov 2019 17:55:01 -0800 Subject: [PATCH] Fixes https://github.com/pi-hole/web/pull/418#pullrequestreview-317996299 Signed-off-by: Dan Schaper --- src/components/settings/VersionInfo.tsx | 5 ----- src/types/api.d.ts | 1 - 2 files changed, 6 deletions(-) diff --git a/src/components/settings/VersionInfo.tsx b/src/components/settings/VersionInfo.tsx index e5e1cbf..3df81b0 100644 --- a/src/components/settings/VersionInfo.tsx +++ b/src/components/settings/VersionInfo.tsx @@ -53,11 +53,6 @@ class VersionInfo extends Component { } export const initialData: ApiVersions = { - api: { - branch: "unknown", - hash: "unknown", - tag: "unknown" - }, core: { branch: "unknown", hash: "unknown", diff --git a/src/types/api.d.ts b/src/types/api.d.ts index 9df7307..f7464a2 100644 --- a/src/types/api.d.ts +++ b/src/types/api.d.ts @@ -38,7 +38,6 @@ interface ApiVersion { } interface ApiVersions { - api: ApiVersion; core: ApiVersion; ftl: ApiVersion; web: ApiVersion;