gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] branch master updated: bank: fix syntax


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated: bank: fix syntax
Date: Thu, 23 Dec 2021 19:11:34 +0100

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

ms pushed a commit to branch master
in repository merchant-backoffice.

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

commit c331541807ac01908336142326b475c472f19b0d
Author: ms <ms@taler.net>
AuthorDate: Thu Dec 23 19:11:30 2021 +0100

    bank: fix syntax
---
 packages/bank/src/pages/home/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/bank/src/pages/home/index.tsx 
b/packages/bank/src/pages/home/index.tsx
index 06e4b85..beb19aa 100644
--- a/packages/bank/src/pages/home/index.tsx
+++ b/packages/bank/src/pages/home/index.tsx
@@ -496,7 +496,7 @@ function Account(props: any) {
     return (<div>
       <p>Scan the following QR code, and then confirm!</p>
       <div>{QR({text: talerWithdrawUri})}</div>
-      <a href="{talerWithdrawUri}"></a>
+      <a href={talerWithdrawUri}></a>
       <p>Withdraw address: <pre>{talerWithdrawUri}</pre></p>
       {props.children}
     </div>);

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