Skip to content

Commit

Permalink
more nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Dec 26, 2023
1 parent edb8c85 commit 69a2f7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
</script>

<li>
<p>{$data.id} - {$data.name}</p>
<p>{$data?.id} - {$data?.name}</p>
<p>Test field: {$data?.testField}</p>
</li>

0 comments on commit 69a2f7f

Please sign in to comment.