gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Refactor payments tab


From: gnunet
Subject: [libeufin] branch master updated: Refactor payments tab
Date: Tue, 21 Jul 2020 10:27:46 +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 6e43e46  Refactor payments tab
6e43e46 is described below

commit 6e43e462ed137683fe631e1f0a7eb563fcfb68b7
Author: tanhengyeow <E0032242@u.nus.edu>
AuthorDate: Tue Jul 21 16:27:37 2020 +0800

    Refactor payments tab
---
 .../components/activity/{ => payments}/AddPaymentInitiationDrawer.tsx   | 0
 .../src/components/activity/{ => payments}/PaymentInitiationList.tsx    | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/src/components/activity/AddPaymentInitiationDrawer.tsx 
b/frontend/src/components/activity/payments/AddPaymentInitiationDrawer.tsx
similarity index 100%
rename from frontend/src/components/activity/AddPaymentInitiationDrawer.tsx
rename to 
frontend/src/components/activity/payments/AddPaymentInitiationDrawer.tsx
diff --git a/frontend/src/components/activity/PaymentInitiationList.tsx 
b/frontend/src/components/activity/payments/PaymentInitiationList.tsx
similarity index 99%
rename from frontend/src/components/activity/PaymentInitiationList.tsx
rename to frontend/src/components/activity/payments/PaymentInitiationList.tsx
index e8b924e..bc66461 100644
--- a/frontend/src/components/activity/PaymentInitiationList.tsx
+++ b/frontend/src/components/activity/payments/PaymentInitiationList.tsx
@@ -1,7 +1,7 @@
 import React, { useState } from 'react';
 import { message, Button, Select, Table } from 'antd';
 import AddPaymentInitiationDrawer from './AddPaymentInitiationDrawer';
-import './Activity.less';
+import '../Activity.less';
 
 const { Option } = Select;
 

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