diff --git a/admin/src/app/professionals/[id]/page.tsx b/admin/src/app/professionals/[id]/page.tsx index 15d4ae6..4122a98 100644 --- a/admin/src/app/professionals/[id]/page.tsx +++ b/admin/src/app/professionals/[id]/page.tsx @@ -10,7 +10,7 @@ import { Badge } from '@/components/ui/badge'; import { Input } from '@/components/ui/input'; import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '@/components/ui/table'; import { toast } from 'sonner'; -import { ArrowLeft, Pencil, X, Check, ShieldCheck, ShieldAlert, ExternalLink } from 'lucide-react'; +import { ArrowLeft, Pencil, X, Check, ShieldCheck, ShieldAlert, ExternalLink, Copy } from 'lucide-react'; interface User { id: string; name: string; email?: string; phone?: string; city?: string; picture?: string; } interface Schedule { id: string; day_of_week: number; enabled: boolean; range1_hour1?: string; range1_hour2?: string; } @@ -293,21 +293,44 @@ export default function ProfessionalDetailPage() { {professional.rethus_code ? ( <> -
- Código registrado: - {professional.rethus_code} +
+
+ Código RETHUS +
+ {professional.rethus_code} + +
+
+ {professional.identification && ( +
+ Cédula +
+ {professional.identification} + +
+
+ )}
{!professional.rethus_validated && (