gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Update response object based on update


From: gnunet
Subject: [libeufin] branch master updated: Update response object based on updated API
Date: Fri, 10 Jul 2020 09:28:25 +0200

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

heng-yeow pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 4f20dcf  Update response object based on updated API
4f20dcf is described below

commit 4f20dcf89c11d7484923064d8faa75173a6b7ad2
Author: tanhengyeow <E0032242@u.nus.edu>
AuthorDate: Fri Jul 10 15:28:11 2020 +0800

    Update response object based on updated API
---
 frontend/src/components/bank-accounts/Index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/src/components/bank-accounts/Index.tsx 
b/frontend/src/components/bank-accounts/Index.tsx
index e529bae..198da81 100644
--- a/frontend/src/components/bank-accounts/Index.tsx
+++ b/frontend/src/components/bank-accounts/Index.tsx
@@ -29,7 +29,7 @@ const BankAccounts = () => {
         throw 'Cannot retrieve bank connections';
       })
       .then((response) => {
-        setConnectionsList(response);
+        setConnectionsList(response.bankConnections);
       })
       .catch((err) => {
         showError(err);

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