await dispatch()

in src/app/redux/actions.js [33:36]


      await dispatch(finishedInvestigationsLoading({
        investigations: investigations.data,
        investigationsCount: investigations.count
      }));