fix review findings

This commit is contained in:
Eduard Heimbuch
2020-09-24 10:26:07 +02:00
parent ff6aaf7bc5
commit 804a6498a7
19 changed files with 176 additions and 128 deletions

View File

@@ -158,8 +158,8 @@ export function getAppVersion(state: object) {
return state.indexResources.version;
}
export function getReleaseInfoLink(state: object) {
return getLink(state, "releaseInfo");
export function getUpdateInfoLink(state: object) {
return getLink(state, "updateInfo");
}
export function getUiPluginsLink(state: object) {