hotfix: remove undefined isMobile from DashboardPage
continuous-integration/webhook Deploy concluído (VPS4)
continuous-integration/webhook Deploy concluído (VPS4)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user