diff --git a/frontend/views/AgendaView.tsx b/frontend/views/AgendaView.tsx index 3467ed9..3599a70 100644 --- a/frontend/views/AgendaView.tsx +++ b/frontend/views/AgendaView.tsx @@ -658,60 +658,60 @@ export const AgendaView: React.FC<{ onNavigate?: (view: string) => void; sidebar )} {/* Ações — mobile: empilhadas, ícone + nome, largura cheia; desktop: fileira de ícones */} -
+
{(currentRole !== 'paciente') && ( )} {(currentRole === 'admin' || currentRole === 'donoclinica' || currentRole === 'donoconsultorio') && ( )} {['admin', 'donoclinica', 'donoconsultorio', 'funcionario'].includes(currentRole) && ( )} {(currentRole === 'admin' || currentRole === 'donoclinica' || currentRole === 'donoconsultorio') && ( )} {souDentista && ( )} {souDentista && ( )} {(currentRole !== 'paciente' && !souDentista) && ( )}