gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] branch master updated: fix pagination


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated: fix pagination
Date: Tue, 11 Jan 2022 19:10:15 +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 f81451a  fix pagination
f81451a is described below

commit f81451af29f467623f9fe25fbda97b1e4fbb737f
Author: ms <ms@taler.net>
AuthorDate: Tue Jan 11 19:08:45 2022 +0100

    fix pagination
---
 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 791068c..6d95773 100644
--- a/packages/bank/src/pages/home/index.tsx
+++ b/packages/bank/src/pages/home/index.tsx
@@ -544,7 +544,7 @@ function Account(Props: any): VNode {
   var [txPageNumber, setTxPageNumber] = useTransactionPageNumber()
   var txsPages = []
   for (let i = 0; i <= txPageNumber; i++) {
-    txsPages.push(<Transactions accountLabel={Props.accountLabel} 
pageNumber={txPageNumber} />)
+    txsPages.push(<Transactions accountLabel={Props.accountLabel} 
pageNumber={i} />)
   }
   const i18n = useTranslator();
   /**

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