We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e771616 commit f630162Copy full SHA for f630162
src/components/Header/index.js
@@ -282,17 +282,17 @@ function Header() {
282
/>,
283
);
284
285
- if (!userDetail) {
286
- navLinks.push(
287
- <Button
288
- align="start"
289
- key="os"
290
- label="SIGN IN"
291
- secondary
292
- onClick={handleHPESignIn}
293
- />,
294
- );
295
- }
+ // if (!userDetail) {
+ // navLinks.push(
+ // <Button
+ // align="start"
+ // key="os"
+ // label="SIGN IN"
+ // secondary
+ // onClick={handleHPESignIn}
+ // />,
+ // );
+ // }
296
if (size === 'small') {
297
navLinks.push(
298
<ButtonLink
0 commit comments