diff --git a/index.html b/index.html index 4030e82..7d49fd0 100644 --- a/index.html +++ b/index.html @@ -1230,10 +1230,11 @@
contract type

${replaceDash(contractType)}

-
-
expiration
-

${getFormattedTime(new Date(expiration).getTime())}

-
+ ${expiration ? html` +
+
expiration
+

${getFormattedTime(new Date(expiration).getTime())}

+
`: ''}
participation amount

${participationFees} ${token}

@@ -1271,7 +1272,6 @@ async function renderTransactions(container, transactions = []) { let txFrag = parseTransactions(transactions); - console.log(txFrag) const renderedTransactions = txFrag.map(tx => { switch (tx.type) { case 'tokentransfer':