From aef7c0997cb766a12c9f3862a0cde085d7b059b4 Mon Sep 17 00:00:00 2001 From: GagoDuBroca Date: Thu, 16 Oct 2025 08:14:54 -0300 Subject: [PATCH] Pequeno ajustes --- app/doctor/dashboard/page.tsx | 2 +- app/doctor/disponibilidade/excecoes/page.tsx | 1 - app/doctor/disponibilidade/page.tsx | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/doctor/dashboard/page.tsx b/app/doctor/dashboard/page.tsx index c8a6c2c..bf91156 100644 --- a/app/doctor/dashboard/page.tsx +++ b/app/doctor/dashboard/page.tsx @@ -273,7 +273,7 @@ export default function PatientDashboard() {

{date}

- {startTime} - {endTime} + {startTime} - {endTime}
-

diff --git a/app/doctor/disponibilidade/excecoes/page.tsx b/app/doctor/disponibilidade/excecoes/page.tsx index 6eafdde..115ff54 100644 --- a/app/doctor/disponibilidade/excecoes/page.tsx +++ b/app/doctor/disponibilidade/excecoes/page.tsx @@ -161,7 +161,6 @@ export default function ExceptionPage() {

Dados

-

{selectedCalendarDate?.toLocaleDateString("pt-BR", { weekday: "long" })}

diff --git a/app/doctor/disponibilidade/page.tsx b/app/doctor/disponibilidade/page.tsx index 4a2beb0..127b93f 100644 --- a/app/doctor/disponibilidade/page.tsx +++ b/app/doctor/disponibilidade/page.tsx @@ -145,7 +145,7 @@ export default function AvailabilityPage() {
-- 2.47.2