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 type error


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix type error
Date: Thu, 10 Feb 2022 20:15:47 +0100

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

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

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

commit c0ef8c3d235e316878cc5652e537b19b739c706e
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Feb 10 20:15:44 2022 +0100

    fix type error
---
 packages/anastasis-webui/src/utils/index.tsx | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/packages/anastasis-webui/src/utils/index.tsx 
b/packages/anastasis-webui/src/utils/index.tsx
index 7ddeefef..2209fd97 100644
--- a/packages/anastasis-webui/src/utils/index.tsx
+++ b/packages/anastasis-webui/src/utils/index.tsx
@@ -39,6 +39,12 @@ export function createExample<Props>(
           transition: async () => {
             null;
           },
+          exportState: () => {
+            return "{}";
+          },
+          importState(s: string) {
+            /* do nothing */
+          },
         }}
       >
         <Component {...args} />

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