fix(ui): hide roles from workspace switcher

This commit is contained in:
dadachann
2026-07-26 00:07:44 +08:00
parent 741c20af07
commit baf7e86335
2 changed files with 2 additions and 3 deletions
@@ -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