zenno: format

This commit is contained in:
2026-07-10 15:37:29 -04:00
parent fca43e64b5
commit cae7d5b8f4
4 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
const charas = $derived(characters ?? []);
const key = (v: Character) => ({id: v.chara_id, name: v.name});
const key = (v: Character) => ({ id: v.chara_id, name: v.name });
</script>
<Pick {id} items={charas} {key} bind:value {option} class={className} {required} />