diff --git a/index.html b/index.html index 65a93fc..09a2006 100644 --- a/index.html +++ b/index.html @@ -512,27 +512,9 @@ if (hasUnseenPending && isAvisosTab) { statusBadge = ` Rechazado`; } - html += ` -
- ${!isViewed ? '
' : ''} - -
-
- -
-
-

REF #${refStr}

-

${titleStr}

- ${statusBadge} -
-
- -
- ${dateStr} - ${amountStr}€ -
- ${quickPayButton} -
`; + }); container.innerHTML = html;