Unverified Commit 32c69bbb authored by Amir Ehsandar's avatar Amir Ehsandar Committed by GitHub

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

- set partial only the relevant user stats instead of only adding up stats
parent e75ef096
......@@ -179,7 +179,6 @@ const userStore = (() => {
}
state.setPartial({
userStatsByName: {
...state.userStatsByName,
...userStatsByName,
},
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment