Skip to content

Commit

Permalink
redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed May 13, 2024
1 parent 8357db0 commit 7515de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const Header = observer(({ back }: HeaderProps) => {
{!gameId && <OnGoingGames />}
</HStack>

{game && router.asPath.includes("logs") && (
{game && (
<HStack flex={["auto", 1]} justify="center" width={["100%", "auto"]}>
<HStack
h="48px"
Expand Down

0 comments on commit 7515de3

Please sign in to comment.