Skip to content

Commit 56d3b4a

Browse files
committed
fix: hide payment on preferences tab
1 parent b3c7d5f commit 56d3b4a

File tree

1 file changed

+0
-10
lines changed
  • src/shared/components/Settings/Preferences/List

1 file changed

+0
-10
lines changed
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import forum from 'assets/images/preferences/forum.svg';
2-
import payment from 'assets/images/preferences/payment.svg';
32

43
import { config } from 'topcoder-react-utils';
54

@@ -12,15 +11,6 @@ const data = [
1211
link: `${config.URL.FORUMS_VANILLA}/profile/preferences`,
1312
linkTitle: 'GO TO FORUM',
1413
},
15-
{
16-
id: 'payment',
17-
icon: payment,
18-
name: 'Payment',
19-
description: 'To setup your payments preferences, please click the “Go To Payments” button.',
20-
link: `${config.URL.COMMUNITY}/PactsMemberServlet?module=PaymentHistory&full_list=false`,
21-
altLink: `${config.URL.THRIVE}/articles/Payment%20Methods`,
22-
linkTitle: 'GO TO PAYMENTS',
23-
},
2414
];
2515

2616
export default data;

0 commit comments

Comments
 (0)