+
+
+
Email
+
+ {customer?.email_primary}
+
- )}
- {customer?.mobile_primary && (
-
-
-
-
Móvil
-
- {customer?.mobile_primary}
-
-
+
+ )}
+ {customer?.mobile_primary && (
+
+
+
+
Móvil
+
+ {customer?.mobile_primary}
+
- )}
- {customer?.phone_primary && (
-
-
-
-
Teléfono
-
- {customer?.phone_primary}
-
-
-
- )}
-
-
- {/* Contacto Secundario */}
-
-
Contacto Secundario
- {customer?.email_secondary && (
-
-
-
-
Email
-
- {customer?.email_secondary}
-
-
-
- )}
- {customer?.mobile_secondary && (
-
-
-
-
Móvil
-
- {customer?.mobile_secondary}
-
-
-
- )}
- {customer?.phone_secondary && (
-
-
-
-
Teléfono
-
- {customer?.phone_secondary}
-
-
-
- )}
-
-
- {/* Otros Contactos */}
- {(customer?.website || customer?.fax) && (
-
-
Otros
-
- {customer?.website && (
-
- )}
- {customer?.fax && (
-
-
-
-
Fax
- {customer?.fax}
-
-
- )}
+
+ )}
+ {customer?.phone_primary && (
+
+
+
+
Teléfono
+
+ {customer?.phone_primary}
+
)}
-
-
- {/* Preferencias */}
-
-
-
-
- Preferencias
-
-
-
-
-
-
-
-
- Idioma Preferido
-
-
{customer?.language_code}
+ {/* Contacto Secundario */}
+
+
Contacto Secundario
+ {customer?.email_secondary && (
+
+
+
+
Email
+
+ {customer?.email_secondary}
+
+
+
+ )}
+ {customer?.mobile_secondary && (
+
+
+
+
Móvil
+
+ {customer?.mobile_secondary}
+
+
+
+ )}
+ {customer?.phone_secondary && (
+
+
+
+
Teléfono
+
+ {customer?.phone_secondary}
+
+
+
+ )}
+
+
+ {/* Otros Contactos */}
+ {(customer?.website || customer?.fax) && (
+
+
Otros
+
+ {customer?.website && (
+
+ )}
+ {customer?.fax && (
+
+
+
+
Fax
+ {customer?.fax}
+
+
+ )}
-
-
-
-
- Moneda Preferida
-
- {customer?.currency_code}
-
+ )}
+
+
+
+
+ {/* Preferencias */}
+
+
+
+
+ Preferencias
+
+
+
+
+
+
+
+
+ Idioma Preferido
+
+ {customer?.language_code}
-
-
-
+
+
+
+
+ Moneda Preferida
+
+ {customer?.currency_code}
+
+
+
+
+
-
+
>
);
};
diff --git a/packages/rdx-ui/src/components/layout/app-header.tsx b/packages/rdx-ui/src/components/layout/app-header.tsx
index 6de4ee09..d7f67f3c 100644
--- a/packages/rdx-ui/src/components/layout/app-header.tsx
+++ b/packages/rdx-ui/src/components/layout/app-header.tsx
@@ -7,7 +7,7 @@ export const AppHeader = ({
...props
}: PropsWithChildren<{ className?: string }>) => {
return (
-
+
{children}
);
diff --git a/packages/rdx-ui/src/components/layout/app-layout.tsx b/packages/rdx-ui/src/components/layout/app-layout.tsx
index 17efa962..5f36be74 100644
--- a/packages/rdx-ui/src/components/layout/app-layout.tsx
+++ b/packages/rdx-ui/src/components/layout/app-layout.tsx
@@ -14,7 +14,7 @@ export const AppLayout = () => {
>
{/* Aquí está el MAIN */}
-
+