diff --git a/index.html b/index.html
index fc541aa..a465cf8 100644
--- a/index.html
+++ b/index.html
@@ -923,7 +923,8 @@
}
function handleFileChange(e) {
e.preventDefault();
- setSelectedFile(e.target.files[0]);
+ if (e.target.files.length > 0)
+ setSelectedFile(e.target.files[0]);
}
async function uploadFile() {
if (!selectedIdProof) {
@@ -1049,13 +1050,13 @@
-
- All the values that we (I) deliver will have an origin that in no way will be related to the cultivation, production, manufacture, storage or transport or illicit traffic of narcotic or psychotropic substances or any other related illegal activity, nor will we (I) admit that third parties make deposits in accounts in our (my) charge with funds coming from the above mentioned activities or those foreseen by the Anti-Money Laundering Law, allowing any investigation procedure by PROJECT B EL SALVADOR or the corresponding authorities.
+ All the values that we (I) deliver will have an origin that in no way will be related to the cultivation, production, manufacture, storage or transport or illicit traffic of narcotic or psychotropic substances or any other related illegal activity, nor will we (I) admit that third parties make deposits in accounts in our (my) charge with funds coming from the above mentioned activities or those foreseen by the Anti-Money Laundering Law, allowing any investigation procedure by Project B El Salvador or the corresponding authorities.
-
- The information provided in this instrument to PROJECT B EL SALVADOR is true and may be verified at any time.
+ The information provided in this instrument to Project B El Salvador is true and may be verified at any time.
-
- We exempt PROJECT B from any liability arising from erroneous, false, or inaccurate information that we (I) have (would have) provided in this document or from the violation thereof.
+ We exempt Project B El Salvador from any liability arising from erroneous, false, or inaccurate information that we (I) have (would have) provided in this document or from the violation thereof.
@@ -1119,12 +1120,12 @@
${issuersList}
-
+
`: ''}
`
})()