fix: Remove leftover $inspect rune
This commit is contained in:
parent
dd22a8d50e
commit
8aa7a977de
@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
let { messageLength, showDialog = $bindable() }: Props = $props();
|
let { messageLength, showDialog = $bindable() }: Props = $props();
|
||||||
const lengthString = $derived(messageLength ? ` (${messageLength})` : '');
|
const lengthString = $derived(messageLength ? ` (${messageLength})` : '');
|
||||||
$inspect(lengthString);
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Dialog.Root bind:open={showDialog}>
|
<Dialog.Root bind:open={showDialog}>
|
||||||
|
Loading…
Reference in New Issue
Block a user