gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -temporary fix to make webext


From: gnunet
Subject: [taler-wallet-core] branch master updated: -temporary fix to make webextension compile again
Date: Thu, 25 Aug 2022 17:18:27 +0200

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 d112a5b6 -temporary fix to make webextension compile again
d112a5b6 is described below

commit d112a5b6bc7e5e0a47df98451b75145ddfec4bad
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Aug 25 17:18:23 2022 +0200

    -temporary fix to make webextension compile again
---
 packages/taler-wallet-webextension/src/components/TransactionItem.tsx | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/packages/taler-wallet-webextension/src/components/TransactionItem.tsx 
b/packages/taler-wallet-webextension/src/components/TransactionItem.tsx
index ea260d14..8033b3ee 100644
--- a/packages/taler-wallet-webextension/src/components/TransactionItem.tsx
+++ b/packages/taler-wallet-webextension/src/components/TransactionItem.tsx
@@ -113,6 +113,8 @@ export function TransactionItem(props: { tx: Transaction 
}): VNode {
           pending={tx.pending}
         />
       );
+    default:
+      throw Error("unsupported transaction type");
   }
 }
 

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