Skip to content

Commit 46fcdbb

Browse files
committed
Different debug logging
1 parent e6f4314 commit 46fcdbb

File tree

1 file changed

+1
-1
lines changed
  • src/shared/containers/Contentful/MenuLoader

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class MenuLoaderContainer extends React.Component {
152152
setOpenMore={this.handleChangeOpenMore}
153153
loggedIn={!_.isEmpty(auth.profile)}
154154
profileHandle={auth.profile ? auth.profile.handle : ''}
155-
isWipro={(profile && profile.email && profile.email.includes('@wipro.com'))}
155+
isWipro={(auth.profile && auth.profile.email && auth.profile.email.includes('@wipro.com'))}
156156
logoLink={fields.logoLink}
157157
/>
158158
);

0 commit comments

Comments
 (0)