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 FTBFS


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix FTBFS
Date: Thu, 27 Oct 2022 15:06:12 +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 4e4f526fa fix FTBFS
4e4f526fa is described below

commit 4e4f526fa587f49c97e611d9c15323566c6c366f
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Oct 27 10:06:03 2022 -0300

    fix FTBFS
---
 packages/anastasis-webui/src/utils/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/anastasis-webui/src/utils/index.tsx 
b/packages/anastasis-webui/src/utils/index.tsx
index a70348e46..78973e38f 100644
--- a/packages/anastasis-webui/src/utils/index.tsx
+++ b/packages/anastasis-webui/src/utils/index.tsx
@@ -327,6 +327,6 @@ export function compose<SType extends { status: string }, 
PType>(
     const c = vs[s] as unknown as StateFunc<SType>;
     return c(state);
   };
-  Component.name = `${name}`;
+  // Component.name = `${name}`;
   return Component;
 }

-- 
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]