Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera authored Mar 22, 2023
1 parent f5c9467 commit c9bcdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const Header: React.FC<HeaderProps> = () => {
Desktop App
</Anchor>

{config.isDevEnv() ? <ExplorerMenu cx={cx} classes={classes} /> : <></>}
<ExplorerMenu cx={cx} classes={classes} />

<Anchor
component={Link}
Expand Down

0 comments on commit c9bcdce

Please sign in to comment.