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

View File

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