Skip to content

Commit 6ab6ee8

Browse files
committed
fix: nullable email crashing console on login.
1 parent 248c8cc commit 6ab6ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/navbar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
style:padding-inline-end="8px"
230230
style:padding-block="4px">
231231
<Typography.Text variant="m-500">
232-
{$user.email}
232+
{$user?.email}
233233
</Typography.Text>
234234
</div>
235235
<ActionMenu.Item.Anchor

0 commit comments

Comments
 (0)