@huma-finance/widgets 0.0.59-beta.465 → 0.0.59-beta.466

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.
@@ -4941,6 +4941,7 @@ function EvaluationKYC(_ref) {
4941
4941
  return diff > fifteenMinutes;
4942
4942
  }, [envelopeLastQueryTimeKey]);
4943
4943
  React.useEffect(() => {
4944
+ setKYCCopy(JiaPoolCopies.verifyIdentity);
4944
4945
  const docuSignStatus = localStorage.getItem(envelopeDocuSignStatusKey);
4945
4946
  setDocSignatureStatus(docuSignStatus);
4946
4947
  if (docuSignStatus === 'completed') {
@@ -5480,6 +5481,7 @@ function Evaluation$1(_ref) {
5480
5481
  return diff > fifteenMinutes;
5481
5482
  }, [envelopeLastQueryTimeKey]);
5482
5483
  React.useEffect(() => {
5484
+ setKYCCopy(KYCCopies.verifyIdentity);
5483
5485
  const docuSignStatus = localStorage.getItem(envelopeDocuSignStatusKey);
5484
5486
  setDocSignatureStatus(docuSignStatus);
5485
5487
  if (docuSignStatus === 'completed') {