zenno: format
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user