fix(profissional): remove the add patients button in the doctors area
This commit is contained in:
parent
b760ee1833
commit
d775d1fe0c
@ -690,13 +690,6 @@ const ProfissionalPage = () => {
|
|||||||
<section className="bg-card shadow-md rounded-lg border border-border p-6">
|
<section className="bg-card shadow-md rounded-lg border border-border p-6">
|
||||||
<div className="flex justify-between items-center mb-4">
|
<div className="flex justify-between items-center mb-4">
|
||||||
<h2 className="text-2xl font-bold">Agenda do Dia</h2>
|
<h2 className="text-2xl font-bold">Agenda do Dia</h2>
|
||||||
<Button
|
|
||||||
onClick={() => setShowPatientForm(true)}
|
|
||||||
className="flex items-center gap-2"
|
|
||||||
>
|
|
||||||
<Plus className="h-4 w-4" />
|
|
||||||
Adicionar Paciente
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Navegação de Data */}
|
{/* Navegação de Data */}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user