Fix build after rebase

This commit is contained in:
Piotr Osiewicz 2023-06-29 11:40:10 +02:00
parent c84f3b3bfc
commit aeafa6f6d6

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()