diff --git a/crates/title_bar/src/title_bar.rs b/crates/title_bar/src/title_bar.rs index 12469441600d7c49f83c53f4130d22db0711d2b3..e427d5aa7bba2fe682aa548ddf9ced141c6d5478 100644 --- a/crates/title_bar/src/title_bar.rs +++ b/crates/title_bar/src/title_bar.rs @@ -1180,7 +1180,7 @@ impl TitleBar { ) }), ) - .child(PlanChip::new(plan.unwrap_or(Plan::ZedFree))) + .children(plan.map(|plan| PlanChip::new(plan))) .into_any_element() } },