exposed user to pet-menu

This commit is contained in:
2026-03-13 21:24:18 +08:00
parent 5d01d69c53
commit 68c8635497
2 changed files with 11 additions and 7 deletions

View File

@@ -49,10 +49,7 @@
initialX={position.raw.x}
initialY={position.raw.y}
>
<PetMenu
actions={createPetActions(friend!)}
ariaLabel={`Open ${friend?.name} actions`}
/>
<PetMenu user={friend!} ariaLabel={`Open ${friend?.name} actions`} />
</Neko>
{/if}
{/each}