fix: Remove leftover $inspect rune

This commit is contained in:
April Hall 2025-02-09 01:27:29 -05:00
parent dd22a8d50e
commit 8aa7a977de
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -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}>