gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] 04/06: fix mixed up fields


From: gnunet
Subject: [taler-merchant-backoffice] 04/06: fix mixed up fields
Date: Thu, 24 Jun 2021 18:59:51 +0200

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

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

commit accec6d8dd48b2645918a837c904df7474b43f7a
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Jun 24 13:58:09 2021 -0300

    fix mixed up fields
---
 packages/frontend/src/paths/instance/orders/list/index.tsx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/frontend/src/paths/instance/orders/list/index.tsx 
b/packages/frontend/src/paths/instance/orders/list/index.tsx
index a4e8b15..47e143f 100644
--- a/packages/frontend/src/paths/instance/orders/list/index.tsx
+++ b/packages/frontend/src/paths/instance/orders/list/index.tsx
@@ -100,9 +100,9 @@ export default function ({ onUnauthorized, onLoadError, 
onCreate, onSelect, onNo
       onSearchOrderById={testIfOrderExistAndSelect}
       onSelectDate={setNewDate}
       onShowAll={() => setFilter({})}
-      onShowNotWired={() => setFilter({ paid: 'yes' })}
-      onShowPaid={() => setFilter({ refunded: 'yes' })}
-      onShowRefunded={() => setFilter({ wired: 'no' })}
+      onShowPaid={() => setFilter({ paid: 'yes' })}
+      onShowRefunded={() => setFilter({ refunded: 'yes' })}
+      onShowNotWired={() => setFilter({ wired: 'no' })}
 
     />
 

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