Fix some space joining errors

This commit is contained in:
Jon Staab
2026-06-24 11:09:44 -07:00
parent fdb4f859ee
commit 09adf33333
7 changed files with 47 additions and 33 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
notifications: boolean
}
let {url, error = $bindable(), notifications = $bindable()}: Props = $props()
let {url, error, notifications = $bindable()}: Props = $props()
</script>
<div class="card2 card2-sm bg-alt">