updateEditorLang: (state, { payload: { userId, currentLangSlug } }) => {
      state[userId] = {
        ...state[userId],
        userId,
        currentLangSlug,