diff --git a/crates/title_bar/src/title_bar.rs b/crates/title_bar/src/title_bar.rs index eb30aa8f44ff9e35ac22803fc46f568c73e83934..12469441600d7c49f83c53f4130d22db0711d2b3 100644 --- a/crates/title_bar/src/title_bar.rs +++ b/crates/title_bar/src/title_bar.rs @@ -1115,7 +1115,9 @@ impl TitleBar { .w_full() .justify_between() .child(Label::new(user_login)) - .child(PlanChip::new(plan.unwrap_or(Plan::ZedFree))) + .when(!has_organization, |parent| { + parent.child(PlanChip::new(plan.unwrap_or(Plan::ZedFree))) + }) .into_any_element() }, move |_, cx| {