Skip to content

Commit 1da03d6

Browse files
committed
エラー修正
1 parent 5cda29d commit 1da03d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/PixelCard.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
let { title, description, href }: Props = $props();
1010
11-
const isLink = !!href;
11+
const isLink = $derived(!!href);
1212
</script>
1313

1414
{#snippet pixelArrow()}

0 commit comments

Comments
 (0)