@seamly/web-ui 22.3.0 → 22.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5261,8 +5261,8 @@ const storeSlice = (0,_reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_5__/* .createSli
5261
5261
  }).addCase(domains_app_actions__WEBPACK_IMPORTED_MODULE_2__/* .initializeApp */ .Z.fulfilled, (state, {
5262
5262
  payload
5263
5263
  }) => {
5264
- if (!payload.initialState) return;
5265
5264
  state.isLoading = false;
5265
+ if (!payload.initialState) return;
5266
5266
  state.initialState = payload.initialState;
5267
5267
  }).addMatcher((0,_reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_5__/* .isAnyOf */ .Q)(initIdleDetachCountdown, initResumeConversationPrompt), state => {
5268
5268
  state.isLastEventFromClient = false;