UPDATE: change UX
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m35s
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m35s
This commit is contained in:
@@ -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)
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user