web: fix rendering of version

This commit is contained in:
Jens Langhammer
2020-12-16 23:08:35 +01:00
parent 3b7bba5a62
commit b80b2626a6
3 changed files with 10 additions and 6 deletions

View File

@ -14,8 +14,4 @@ export class Version {
return DefaultClient.fetch<Version>(["admin", "version"]);
}
toString(): string {
return this.version_current;
}
}