File tree 3 files changed +0
-6
lines changed
3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,12 @@ exports[`Default render 1`] = `
36
36
" id" : " myprofile" ,
37
37
" logged" : true ,
38
38
" title" : " My Profile" ,
39
- " wipro_href" : " https://topgear-app.wipro.com/user-details" ,
40
39
},
41
40
Object {
42
41
" href" : " https://community.topcoder-dev.com/PactsMemberServlet?module=PaymentHistory&full_list=false" ,
43
42
" logged" : true ,
44
43
" openNewTab" : true ,
45
44
" title" : " Payments" ,
46
- " wipro_href" : " https://topgear-app.wipro.com/my_payments" ,
47
45
},
48
46
Object {
49
47
" href" : " /community/learn" ,
Original file line number Diff line number Diff line change @@ -311,13 +311,11 @@ module.exports = {
311
311
id : 'myprofile' ,
312
312
title : 'My Profile' ,
313
313
href : '/members/willFilledByUserName' ,
314
- wipro_href : 'https://topgear-app.wipro.com/user-details' ,
315
314
logged : true ,
316
315
} ,
317
316
{
318
317
title : 'Payments' ,
319
318
href : 'https://community.topcoder-dev.com/PactsMemberServlet?module=PaymentHistory&full_list=false' ,
320
- wipro_href : 'https://topgear-app.wipro.com/my_payments' ,
321
319
logged : true ,
322
320
openNewTab : true ,
323
321
} ,
Original file line number Diff line number Diff line change @@ -124,8 +124,6 @@ class MenuLoaderContainer extends React.Component {
124
124
}
125
125
// eslint-disable-next-line global-require
126
126
const { TopNav, LoginNav } = require ( 'navigation-component' ) ;
127
- console . log ( 'TopNavRef' ) ;
128
- console . log ( JSON . stringify ( auth . profile , 4 , null ) ) ;
129
127
return (
130
128
< TopNav
131
129
menu = { menu }
You can’t perform that action at this time.
0 commit comments