@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.
package/dist/index.js
CHANGED
|
@@ -4902,6 +4902,7 @@ function EvaluationKYC(_ref) {
|
|
|
4902
4902
|
return diff > fifteenMinutes;
|
|
4903
4903
|
}, [envelopeLastQueryTimeKey]);
|
|
4904
4904
|
useEffect(() => {
|
|
4905
|
+
setKYCCopy(JiaPoolCopies.verifyIdentity);
|
|
4905
4906
|
const docuSignStatus = localStorage.getItem(envelopeDocuSignStatusKey);
|
|
4906
4907
|
setDocSignatureStatus(docuSignStatus);
|
|
4907
4908
|
if (docuSignStatus === 'completed') {
|
|
@@ -5441,6 +5442,7 @@ function Evaluation$1(_ref) {
|
|
|
5441
5442
|
return diff > fifteenMinutes;
|
|
5442
5443
|
}, [envelopeLastQueryTimeKey]);
|
|
5443
5444
|
useEffect(() => {
|
|
5445
|
+
setKYCCopy(KYCCopies.verifyIdentity);
|
|
5444
5446
|
const docuSignStatus = localStorage.getItem(envelopeDocuSignStatusKey);
|
|
5445
5447
|
setDocSignatureStatus(docuSignStatus);
|
|
5446
5448
|
if (docuSignStatus === 'completed') {
|