diff --git a/index.html b/index.html index 491f46d..2aa003d 100755 --- a/index.html +++ b/index.html @@ -6,6 +6,9 @@ doli-front + + + diff --git a/src/components/BlockedNavigationToast.js b/src/components/BlockedNavigationToast.js index 3c95e52..b8d5bb4 100644 --- a/src/components/BlockedNavigationToast.js +++ b/src/components/BlockedNavigationToast.js @@ -15,7 +15,7 @@ export function showBlockedNavigationToast(message = 'Guarda los cambios antes d toast.innerHTML = /*html*/`
- + diff --git a/src/components/ClientItem.js b/src/components/ClientItem.js index c789982..3b68f5f 100644 --- a/src/components/ClientItem.js +++ b/src/components/ClientItem.js @@ -69,7 +69,7 @@ export function ClientItem(client, onView) { ${displayValue(client.phone)}
- + diff --git a/src/components/InvoiceItem.js b/src/components/InvoiceItem.js index 275e0e8..26fde95 100644 --- a/src/components/InvoiceItem.js +++ b/src/components/InvoiceItem.js @@ -48,7 +48,7 @@ export function InvoiceItem(invoice, onView) { - + ${invoice.clientName || 'Sin nombre'} ${formatDate(invoice.date)} @@ -56,7 +56,7 @@ export function InvoiceItem(invoice, onView) { ${formatCurrency(invoice.remainToPay)} `; diff --git a/src/components/InvoiceModal.js b/src/components/InvoiceModal.js index 1f5565d..ccc02b7 100644 --- a/src/components/InvoiceModal.js +++ b/src/components/InvoiceModal.js @@ -218,7 +218,7 @@ export function InvoiceModal(invoiceId, onClose, onUpdate) { ${isDraft ? `
@@ -319,7 +319,7 @@ export function InvoiceModal(invoiceId, onClose, onUpdate) {