Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper
2019-11-16 17:55:01 -08:00
parent 45c5444ecc
commit 7410e09a1f
2 changed files with 0 additions and 6 deletions

View File

@@ -53,11 +53,6 @@ class VersionInfo extends Component<ApiVersions & WithTranslation, {}> {
}
export const initialData: ApiVersions = {
api: {
branch: "unknown",
hash: "unknown",
tag: "unknown"
},
core: {
branch: "unknown",
hash: "unknown",

1
src/types/api.d.ts vendored
View File

@@ -38,7 +38,6 @@ interface ApiVersion {
}
interface ApiVersions {
api: ApiVersion;
core: ApiVersion;
ftl: ApiVersion;
web: ApiVersion;