@credithub/harlan-components 1.116.2 → 1.116.4

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.
@@ -132,7 +132,7 @@ var ConsultaSimplesSection = function (_a) {
132
132
  : 'Processos Jurídicos')
133
133
  : '', (_o = data.processosJuridicosData) === null || _o === void 0 ? void 0 : _o.error),
134
134
  makeItem('Liminar', (_p = data.liminar) === null || _p === void 0 ? void 0 : _p.isLoaded, ((_q = data.liminar) === null || _q === void 0 ? void 0 : _q.message) === 'Encontrado'
135
- ? 'Indício de Liminar'
135
+ ? '' //'Indício de Liminar'
136
136
  : '', (_r = data.liminar) === null || _r === void 0 ? void 0 : _r.error),
137
137
  makeItem('Potenciais Protestos Entrantes', true, ((_s = data.editalData) === null || _s === void 0 ? void 0 : _s.recentesCount)
138
138
  ? "".concat(data.editalData.recentesCount === 1 ? '1 Potencial Protesto Entrante' : "".concat(data.editalData.recentesCount, " Potenciais Protestos Entrantes"))
@@ -432,6 +432,7 @@ var Liminar = function (_a) {
432
432
  return [2 /*return*/];
433
433
  });
434
434
  }); };
435
+ return null;
435
436
  if (!isFinancial || !shouldRender)
436
437
  return null;
437
438
  return (React.createElement(React.Fragment, null,
@@ -83,7 +83,7 @@ export var useInstrumento = function (_a) {
83
83
  res = _a.sent();
84
84
  setEmailTitle('Instrumento solicitado por e-mail');
85
85
  setEmailMessage((res === null || res === void 0 ? void 0 : res.message) ||
86
- 'Pedido registrado.\n\nAgora é só aguardar: vamos tentar obter o instrumento e enviar por e-mail. Isso pode levar alguns minutos.\n\nApós identificar o instrumento, também vamos identificar o credor (quem protestou).');
86
+ 'Pedido registrado.\n\nAgora é só aguardar: vamos tentar obter o instrumento e enviar por e-mail. Isso pode levar algum tempo.\n\nApós identificar o instrumento, também vamos identificar o credor (quem protestou).');
87
87
  setIsSuccess(true);
88
88
  setIsEmailModalOpen(true);
89
89
  setIsModalSPOpen(false);