@credithub/harlan-components 1.120.1 → 1.120.2

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.
@@ -158,7 +158,7 @@ var useChartData = function (consultaSerasa, consultaBoaVista) {
158
158
  ctxHistory.type === RequestStatus.Success &&
159
159
  ctxProtestos.type === RequestStatus.Success &&
160
160
  ctxCCF.type === RequestStatus.Success &&
161
- ctxProcessos.type === RequestStatus.Success);
161
+ (ctxProcessos.type === RequestStatus.Success || ctxProcessos.type === RequestStatus.Error));
162
162
  }, [ctxHistory.type, ctxProtestos.type, ctxCCF.type, ctxProcessos.type]);
163
163
  useEffect(function () {
164
164
  var _a;