ui: fix version comparison
This commit is contained in:
parent
9f8bf12768
commit
2167d0c172
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ function compareVersions(
|
|||
suppliedVersion: string,
|
||||
currentVersion: string
|
||||
): number {
|
||||
|
||||
if (!suppliedVersion || !currentVersion) return VersionComparison.Same;
|
||||
const v1 = parseVersion(suppliedVersion);
|
||||
const v2 = parseVersion(currentVersion);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue