Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertMarashi committed Jul 15, 2024
1 parent c48448d commit 0f3a2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ let {
data
} = $props()
</script>
{ data.user.first_name }
{ data.user?.first_name }

0 comments on commit 0f3a2e1

Please sign in to comment.