Skip to content

Commit

Permalink
Hide the Badge in the Header indicating the environment for the Produ…
Browse files Browse the repository at this point in the history
…ction Environment (#1331)
  • Loading branch information
entrotech authored Feb 20, 2023
1 parent dc0c852 commit 911783d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const Header = () => {
/>
</a>
</div>
{environmentBadge}
{Environment !== "PROD" ? environmentBadge : null}
<button
className={classes.hamburgerButton}
onClick={handleHamburgerMenuClick}
Expand Down

0 comments on commit 911783d

Please sign in to comment.