Fix build after rebase

This commit is contained in:
Piotr Osiewicz
2023-06-30 14:05:55 +02:00
parent c84f3b3bfc
commit aeafa6f6d6
+1 -3
View File
@@ -254,9 +254,7 @@ impl CollabTitlebarItem {
this.toggle_vcs_menu(&Default::default(), cx)
}),
)
.with_children(
self.render_branches_popover_host(&theme.workspace.titlebar, cx),
),
.with_children(self.render_branches_popover_host(&theme.titlebar, cx)),
)
}
ret.into_any()