diff --git a/frontend/src/lib/components/dashboard/pedimentos/edit/general-tab-form.svelte b/frontend/src/lib/components/dashboard/pedimentos/edit/general-tab-form.svelte index 49061420..a176f970 100644 --- a/frontend/src/lib/components/dashboard/pedimentos/edit/general-tab-form.svelte +++ b/frontend/src/lib/components/dashboard/pedimentos/edit/general-tab-form.svelte @@ -621,23 +621,25 @@
- -

- Tipo de fecha para TC: FECHA {getEffectiveDateLabel().toUpperCase()} - {#if formData.pedimento_type === 'consolidated' && getEffectiveExchangeDate() > getCurrentLocalDate()} - - (Opcional por fecha futura en consolidado) - - {/if} -

+
+ +

+ FECHA {getEffectiveDateLabel().toUpperCase()} +

+
+ {#if formData.pedimento_type === 'consolidated' && getEffectiveExchangeDate() > getCurrentLocalDate()} +

+ (Opcional por fecha futura en consolidado) +

+ {/if}