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

- set partial only the relevant user stats instead of only adding up stats
pull/4507/head
Amir Ehsandar 7 months ago committed by GitHub
parent e75ef0964d
commit 32c69bbb52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save