Skip to content

Commit 5e0689d

Browse files
committed
fix: favor org display name
1 parent 36eba47 commit 5e0689d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacePage/WorkspaceTopbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export const WorkspaceTopbar: FC<WorkspaceProps> = ({
143143
<>
144144
<TopbarDivider />
145145
<OrganizationBreadcrumb
146-
orgName={workspace.organization_name}
146+
orgName={activeOrg?.display_name ?? workspace.organization_name}
147147
orgIconUrl={activeOrg?.icon}
148148
orgPageUrl={
149149
showOrganizations

0 commit comments

Comments
 (0)