diff --git a/src/components/dashboard/sidebar/organization-selector.tsx b/src/components/dashboard/sidebar/organization-selector.tsx index cc890b9..5b2b641 100644 --- a/src/components/dashboard/sidebar/organization-selector.tsx +++ b/src/components/dashboard/sidebar/organization-selector.tsx @@ -114,6 +114,7 @@ const OrganizationSelector = (): ReactElement => { (organization: Organization, index: number) => ( selectOrganization( @@ -125,11 +126,11 @@ const OrganizationSelector = (): ReactElement => { ) } > - {selected?.snowflake === + {organization.name} + {organization.snowflake === selectedOrganization && ( )} - {organization.name} ) )}