Skip to content

Commit

Permalink
chore: disabled account element in dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
zovomat committed Apr 5, 2022
1 parent dea2584 commit 86af539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utility-bar/bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export const ShellUtilityBar: FC = () => {
() => [
{
id: 'account',
label: account?.displayName ?? account?.name
label: account?.displayName ?? account?.name,
disabled: true
},
{
type: 'divider',
Expand Down

0 comments on commit 86af539

Please sign in to comment.