- {new Date(agendamento.scheduled_at).toLocaleTimeString('pt-BR', {
- hour: '2-digit',
- minute: '2-digit'
- })}
+ {new Date(agendamento.scheduled_at).toLocaleTimeString(
+ "pt-BR",
+ {
+ hour: "2-digit",
+ minute: "2-digit",
+ }
+ )}
- {new Date(agendamento.scheduled_at).toLocaleDateString('pt-BR', {
- day: '2-digit',
- month: 'short',
- year: 'numeric'
- })}
+ {new Date(agendamento.scheduled_at).toLocaleDateString(
+ "pt-BR",
+ {
+ day: "2-digit",
+ month: "short",
+ year: "numeric",
+ }
+ )}
@@ -242,16 +284,25 @@ function InicioPaciente() {
)}