fix
This commit is contained in:
parent
98013322db
commit
101f62123a
@ -151,7 +151,7 @@ function ApplicationStatusRoutes(): VNode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const SUPPORTED_VERSION = "5:0:1"
|
const SUPPORTED_VERSION = "5:0:1"
|
||||||
if (!LibtoolVersion.compare(
|
if (result.data && !LibtoolVersion.compare(
|
||||||
SUPPORTED_VERSION,
|
SUPPORTED_VERSION,
|
||||||
result.data.version,
|
result.data.version,
|
||||||
)?.compatible) {
|
)?.compatible) {
|
||||||
|
Loading…
Reference in New Issue
Block a user