diff --git a/index.html b/index.html index 90c6bf0..c082c57 100644 --- a/index.html +++ b/index.html @@ -628,12 +628,14 @@ let isVerified = false; let concurrentRequests = 0; const requests = floDapps.getNextGeneralData('userKycRequests', '0'); + let hasUploaded = {} const renderedRequests = Object.keys(requests).reverse().map((key) => { const { time, tag, message: { docType } } = requests[key]; if (!isVerified && tag === 'verified') isVerified = true; if (!tag) { concurrentRequests++; + hasUploaded[docType] = true; } return html`