From 9bda1dbb036ddffc67bf51907eea523e6b3f159c Mon Sep 17 00:00:00 2001 From: VPS 4 Deploy Agent Date: Sun, 31 May 2026 21:38:16 +0200 Subject: [PATCH] hotfix: remove undefined isMobile from DashboardPage --- dental-server/dental-client/src/pages/DashboardPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dental-server/dental-client/src/pages/DashboardPage.jsx b/dental-server/dental-client/src/pages/DashboardPage.jsx index 7a8186c..be92fc0 100644 --- a/dental-server/dental-client/src/pages/DashboardPage.jsx +++ b/dental-server/dental-client/src/pages/DashboardPage.jsx @@ -327,7 +327,7 @@ export default function DashboardPage() { {/* Linha adicional Mobile para Filtros e Busca */} - {view === 'patients' && isMobile && ( + {view === 'patients' && (