From 101f62123a7ae2f7bfedbfd861e4f739feaf0006 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 6 Oct 2023 11:05:54 -0300 Subject: [PATCH] fix --- packages/merchant-backoffice-ui/src/Application.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {