monkey-front-core 0.0.457 → 0.0.458

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.
@@ -3181,9 +3181,9 @@ class MonkeyEcxCommonsResolveService extends MonkeyEcxCommonsService {
3181
3181
  async loadPage() {
3182
3182
  try {
3183
3183
  const { store, tokenStorage, action } = this;
3184
- const { companyId, companyType } = await tokenStorage?.getToken();
3184
+ const { companyId, companyType, governmentId } = await tokenStorage?.getToken();
3185
3185
  store.dispatch(action.loadPagination({
3186
- identifier: `${companyId}-${companyType}`,
3186
+ identifier: `${companyId || governmentId}-${companyType}`,
3187
3187
  pagination: {
3188
3188
  action: 'next',
3189
3189
  },