forked from RiseUP/riseup-squad20
fix(profissional): uncomment Communication
This commit is contained in:
parent
c6397244ef
commit
6611055211
@ -2941,8 +2941,8 @@ const ProfissionalPage = () => {
|
|||||||
);
|
);
|
||||||
case 'laudos':
|
case 'laudos':
|
||||||
return renderLaudosSection();
|
return renderLaudosSection();
|
||||||
// case 'comunicacao':
|
case 'comunicacao':
|
||||||
// return renderComunicacaoSection();
|
return renderComunicacaoSection();
|
||||||
case 'perfil':
|
case 'perfil':
|
||||||
return renderPerfilSection();
|
return renderPerfilSection();
|
||||||
default:
|
default:
|
||||||
@ -3013,15 +3013,14 @@ const ProfissionalPage = () => {
|
|||||||
<FileText className="mr-2 h-4 w-4" />
|
<FileText className="mr-2 h-4 w-4" />
|
||||||
Laudos
|
Laudos
|
||||||
</Button>
|
</Button>
|
||||||
{/* Comunicação removida - campos embaixo do calendário */}
|
<Button
|
||||||
{/* <Button
|
|
||||||
variant={activeSection === 'comunicacao' ? 'default' : 'ghost'}
|
variant={activeSection === 'comunicacao' ? 'default' : 'ghost'}
|
||||||
className="w-full justify-start transition-colors hover:bg-primary! hover:text-white! cursor-pointer"
|
className="w-full justify-start transition-colors hover:bg-primary! hover:text-white! cursor-pointer"
|
||||||
onClick={() => setActiveSection('comunicacao')}
|
onClick={() => setActiveSection('comunicacao')}
|
||||||
>
|
>
|
||||||
<MessageSquare className="mr-2 h-4 w-4" />
|
<MessageSquare className="mr-2 h-4 w-4" />
|
||||||
Comunicação
|
SMS
|
||||||
</Button> */}
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant={activeSection === 'perfil' ? 'default' : 'ghost'}
|
variant={activeSection === 'perfil' ? 'default' : 'ghost'}
|
||||||
className="w-full justify-start transition-colors hover:bg-primary! hover:text-white! cursor-pointer"
|
className="w-full justify-start transition-colors hover:bg-primary! hover:text-white! cursor-pointer"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user