From 32c69bbb525dbb46030022e8bf205e054678d535 Mon Sep 17 00:00:00 2001 From: Amir Ehsandar Date: Fri, 14 Mar 2025 08:32:47 +0330 Subject: [PATCH] fix: user stats changes based on selected tab (#4504) - set partial only the relevant user stats instead of only adding up stats --- web/src/store/v2/user.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/store/v2/user.ts b/web/src/store/v2/user.ts index 4560befd..39651d3f 100644 --- a/web/src/store/v2/user.ts +++ b/web/src/store/v2/user.ts @@ -179,7 +179,6 @@ const userStore = (() => { } state.setPartial({ userStatsByName: { - ...state.userStatsByName, ...userStatsByName, }, });