Skip to content

Commit

Permalink
fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
xerosanyam committed Jun 26, 2024
1 parent 1c93d4a commit 3a54d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/PrimaryNav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
const pinMenu = $page.url.pathname !== ROUTES.LOGIN;
const open = pinMenu || !$page.data.deviceType.isMobile;
const open = pinMenu || !$page.data.deviceType?.isMobile;
</script>
<header
Expand Down

0 comments on commit 3a54d78

Please sign in to comment.