mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-09 04:40:57 +00:00
fix(ui): hide roles from workspace switcher
This commit is contained in:
@@ -71,9 +71,6 @@ export default function WorkspaceSwitcher({
|
||||
{entry.plan_name || t('workspace.planUnavailable')}
|
||||
</span>
|
||||
)}
|
||||
<span className="text-xs text-muted-foreground">
|
||||
{t(`workspace.roles.${entry.membership.role}`)}
|
||||
</span>
|
||||
{selected && <Check className="size-4" />}
|
||||
{selected && (
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user