File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
src/shared/components/Settings/Preferences/List Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 11import forum from 'assets/images/preferences/forum.svg' ;
2- import payment from 'assets/images/preferences/payment.svg' ;
32
43import { 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
2616export default data ;
You can’t perform that action at this time.
0 commit comments