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 27dbcc1 commit e771616Copy full SHA for e771616
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