2 Commits

Author SHA1 Message Date
VPS 4 Deploy Agent 9bda1dbb03 hotfix: remove undefined isMobile from DashboardPage
continuous-integration/webhook Deploy concluído (VPS4)
2026-05-31 21:38:16 +02:00
VPS 4 Deploy Agent fa9208189f chore(deploy): bump version
continuous-integration/webhook Ignorado: bump version
2026-05-31 21:31:14 +02:00
2 changed files with 2 additions and 2 deletions
@@ -327,7 +327,7 @@ export default function DashboardPage() {
</div>
{/* Linha adicional Mobile para Filtros e Busca */}
{view === 'patients' && isMobile && (
{view === 'patients' && (
<div className="show-mobile" style={{ padding: '0 20px 10px', width: '100%', display: 'flex', flexDirection: 'column', gap: 10 }}>
<select
className="client-filter form-control"
+1 -1
View File
@@ -1 +1 @@
2.1.48
2.1.49