Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f0730eb

Browse files
committedApr 24, 2024·
Remove unused changes
1 parent 4455357 commit f0730eb

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed
 

‎__tests__/shared/components/Header/__snapshots__/index.jsx.snap

-2
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,12 @@ exports[`Default render 1`] = `
3636
"id": "myprofile",
3737
"logged": true,
3838
"title": "My Profile",
39-
"wipro_href": "https://topgear-app.wipro.com/user-details",
4039
},
4140
Object {
4241
"href": "https://community.topcoder-dev.com/PactsMemberServlet?module=PaymentHistory&full_list=false",
4342
"logged": true,
4443
"openNewTab": true,
4544
"title": "Payments",
46-
"wipro_href": "https://topgear-app.wipro.com/my_payments",
4745
},
4846
Object {
4947
"href": "/community/learn",

‎config/default.js

-2
Original file line numberDiff line numberDiff line change
@@ -311,13 +311,11 @@ module.exports = {
311311
id: 'myprofile',
312312
title: 'My Profile',
313313
href: '/members/willFilledByUserName',
314-
wipro_href: 'https://topgear-app.wipro.com/user-details',
315314
logged: true,
316315
},
317316
{
318317
title: 'Payments',
319318
href: 'https://community.topcoder-dev.com/PactsMemberServlet?module=PaymentHistory&full_list=false',
320-
wipro_href: 'https://topgear-app.wipro.com/my_payments',
321319
logged: true,
322320
openNewTab: true,
323321
},

‎src/shared/containers/Contentful/MenuLoader/index.jsx

-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ class MenuLoaderContainer extends React.Component {
124124
}
125125
// eslint-disable-next-line global-require
126126
const { TopNav, LoginNav } = require('navigation-component');
127-
console.log('TopNavRef');
128-
console.log(JSON.stringify(auth.profile, 4, null));
129127
return (
130128
<TopNav
131129
menu={menu}

0 commit comments

Comments
 (0)
Please sign in to comment.