chore(portal): ocultar opção de sair para sessões do agente
This commit is contained in:
parent
53f4b73a32
commit
0007bc02e7
1 changed files with 12 additions and 10 deletions
|
|
@ -105,6 +105,7 @@ export function PortalShell({ children }: PortalShellProps) {
|
|||
) : null}
|
||||
</div>
|
||||
</div>
|
||||
{!machineContext ? (
|
||||
<Button
|
||||
size="sm"
|
||||
variant="outline"
|
||||
|
|
@ -115,6 +116,7 @@ export function PortalShell({ children }: PortalShellProps) {
|
|||
<LogOut className="size-4" />
|
||||
Sair
|
||||
</Button>
|
||||
) : null}
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue