fix: user stats changes based on selected tab (#4504)

- set partial only the relevant user stats instead of only adding up stats
This commit is contained in:
Amir Ehsandar 2025-03-14 08:32:47 +03:30 committed by GitHub
parent e75ef0964d
commit 32c69bbb52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ const userStore = (() => {
}
state.setPartial({
userStatsByName: {
...state.userStatsByName,
...userStatsByName,
},
});