gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: fix wrong function call


From: gnunet
Subject: [taler-wallet-core] 01/02: fix wrong function call
Date: Tue, 04 Apr 2023 20:12:01 +0200

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

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

commit 68d711b2e7f096369c922a2fa340dd39bf2cb711
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Apr 4 10:12:13 2023 -0300

    fix wrong function call
---
 packages/merchant-backend-ui/src/pages/OfferTip.tsx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/packages/merchant-backend-ui/src/pages/OfferTip.tsx 
b/packages/merchant-backend-ui/src/pages/OfferTip.tsx
index 6df959028..d32072282 100644
--- a/packages/merchant-backend-ui/src/pages/OfferTip.tsx
+++ b/packages/merchant-backend-ui/src/pages/OfferTip.tsx
@@ -26,7 +26,6 @@ import { QR } from '../components/QR';
 import "../css/pure-min.css";
 import "../css/style.css";
 import { Page, QRPlaceholder, WalletLink } from '../styled';
-import { ShowOrderDetails } from './ShowOrderDetails';
 
 
 /**
@@ -136,6 +135,6 @@ export function mount(): void {
 export function buildTimeRendering(): { head: string, body: string } {
   return {
     head: renderToString(<Head />),
-    body: renderToString(<ShowOrderDetails />)
+    body: renderToString(<OfferTip />)
   }
 }

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