Skip to content

Commit 32c69bb

Browse files
authored
fix: user stats changes based on selected tab (#4504)
- set partial only the relevant user stats instead of only adding up stats
1 parent e75ef09 commit 32c69bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/store/v2/user.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ const userStore = (() => {
179179
}
180180
state.setPartial({
181181
userStatsByName: {
182-
...state.userStatsByName,
183182
...userStatsByName,
184183
},
185184
});

0 commit comments

Comments
 (0)