We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2b5ff commit 85dd986Copy full SHA for 85dd986
services/app/apps/codebattle/assets/js/widgets/middlewares/Main.js
@@ -79,7 +79,7 @@ const initPresence = followId => dispatch => {
79
list => {
80
const updatedList = list.map(userInfo => ({
81
...userInfo,
82
- state: getMajorState(userInfo.userPresence),
+ currentState: getMajorState(userInfo.userPresence),
83
}));
84
dispatch(actions.syncPresenceList(updatedList));
85
},
0 commit comments