File tree 3 files changed +0
-4
lines changed
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ const Header = ({
104
104
setOpenMore = { handleChangeOpenMore }
105
105
loggedIn = { ! _ . isEmpty ( profile ) }
106
106
profileHandle = { profile ? profile . handle : '' }
107
- isWipro = { ( profile && profile . email && profile . email . includes ( '@wipro.com' ) ) }
108
107
tracking = { tracking }
109
108
/>
110
109
</ div >
Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ function Header(props) {
74
74
let userSubMenu ;
75
75
76
76
if ( profile ) {
77
- console . log ( 'PROFILE' ) ;
78
- console . log ( JSON . stringify ( profile , null , 4 ) ) ;
79
77
let profileLink = `${ meta ? _ . replace ( BASE_URL , 'www' , meta . subdomains [ 0 ] ) : BASE_URL } /members/${ normalizedProfile . handle } ` ;
80
78
let paymentsLink = `${ config . URL . COMMUNITY } /PactsMemberServlet?module=PaymentHistory&full_list=false` ;
81
79
Original file line number Diff line number Diff line change @@ -152,7 +152,6 @@ class MenuLoaderContainer extends React.Component {
152
152
setOpenMore = { this . handleChangeOpenMore }
153
153
loggedIn = { ! _ . isEmpty ( auth . profile ) }
154
154
profileHandle = { auth . profile ? auth . profile . handle : '' }
155
- isWipro = { ( auth . profile && auth . profile . email && auth . profile . email . includes ( '@wipro.com' ) ) }
156
155
logoLink = { fields . logoLink }
157
156
/>
158
157
) ;
You can’t perform that action at this time.
0 commit comments