Skip to content

Commit e771616

Browse files
committed
Revert "Remove SIGN IN from menu bar"
This reverts commit 27dbcc1.
1 parent 27dbcc1 commit e771616

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/components/Header/index.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -282,17 +282,17 @@ function Header() {
282282
/>,
283283
);
284284

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-
// }
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+
}
296296
if (size === 'small') {
297297
navLinks.push(
298298
<ButtonLink

0 commit comments

Comments
 (0)