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