UPDATE: change UX
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m35s

This commit is contained in:
2025-08-06 16:39:43 +07:00
parent 9c96616bb0
commit 27e8df5a7f
5 changed files with 78 additions and 48 deletions

View File

@@ -176,7 +176,6 @@ export default function AvatarInfo() {
onClick={() => {
const newSpValue = Math.ceil(avatars[avatarSelected?.id || ""]?.sp_max / 2);
const newAvatar = { ...avatars[avatarSelected?.id || ""], sp_value: newSpValue }
console.log(newAvatar)
setAvatar(newAvatar)
}}
>