Skip to content

Commit

Permalink
letter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vvaldesc committed Jun 19, 2024
1 parent 0280f9e commit ab767b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export default function Material_booking_form(props: {client_id: any, sessionInf
<Modal title="Confirmar" open={isModalOpen} onOk={handleOk} onCancel={handleCancel}>
<p>Servicio: {service_data?.name}</p>
<p>Empleado: {selectedEmployee?.teacher?.name || selectedEmployee?.student?.name}</p>
<p>Fechaa de cita: {selectedTime.toLocaleString()}</p>
<p>Fecha de cita: {selectedTime.toLocaleString()}</p>
<p>Tiempo: {weather}</p>
{estimatedTime_number && <p>Retraso estimado (minutos):
<Tag color={estimatedTime_number < 7 ? "green" : estimatedTime_number <= 10 ? "blue" : "red"}>
Expand Down

0 comments on commit ab767b8

Please sign in to comment.