Skip to content

Commit

Permalink
fix: double profil header on md
Browse files Browse the repository at this point in the history
  • Loading branch information
OverGlass committed Nov 7, 2024
1 parent b921285 commit 08ddc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(app)/(tabs)/evenements/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function AppLayout() {
const { isAuth } = useSession()
const media = useMedia()

if (!isAuth && media.md) {
if (!isAuth && media.sm) {
return (
<>
<VoxHeader justifyContent="space-between">
Expand Down

0 comments on commit 08ddc9c

Please sign in to comment.