Fix up tests

This commit is contained in:
Piotr Osiewicz 2023-11-27 12:33:44 +01:00
parent 4c1514edc4
commit 5cbe8deb50
6 changed files with 21 additions and 13 deletions

View file

@ -3318,7 +3318,7 @@ impl Render for CollabPanel {
.user
.avatar
.as_ref()
.map(|avatar| Avatar::new(avatar.clone())),
.map(|avatar| Avatar::data(avatar.clone())),
)
.child(Label::new(contact.user.github_login.clone()))
.on_mouse_down(gpui::MouseButton::Left, {