diff --git a/src/utility-bar/bar.tsx b/src/utility-bar/bar.tsx index cb65acd8..ff780847 100644 --- a/src/utility-bar/bar.tsx +++ b/src/utility-bar/bar.tsx @@ -45,7 +45,8 @@ export const ShellUtilityBar: FC = () => { () => [ { id: 'account', - label: account?.displayName ?? account?.name + label: account?.displayName ?? account?.name, + disabled: true }, { type: 'divider',