gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix
Date: Fri, 06 Oct 2023 16:06:00 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 101f62123 fix
101f62123 is described below

commit 101f62123a7ae2f7bfedbfd861e4f739feaf0006
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Oct 6 11:05:54 2023 -0300

    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) {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]