summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-10-06 11:05:54 -0300
committerSebastian <sebasjm@gmail.com>2023-10-06 11:05:54 -0300
commit101f62123a7ae2f7bfedbfd861e4f739feaf0006 (patch)
tree3d84235197adb204bdcd1e5bd13d81f88d9ddcac
parent98013322db6b912ac50d72353dbd8b5f7fbc0435 (diff)
downloadwallet-core-101f62123a7ae2f7bfedbfd861e4f739feaf0006.tar.gz
wallet-core-101f62123a7ae2f7bfedbfd861e4f739feaf0006.tar.bz2
wallet-core-101f62123a7ae2f7bfedbfd861e4f739feaf0006.zip
fix
-rw-r--r--packages/merchant-backoffice-ui/src/Application.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/src/Application.tsx b/packages/merchant-backoffice-ui/src/Application.tsx
index 4210192ae..c871b1633 100644
--- a/packages/merchant-backoffice-ui/src/Application.tsx
+++ b/packages/merchant-backoffice-ui/src/Application.tsx
@@ -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) {