Fix up tests
This commit is contained in:
parent
4c1514edc4
commit
5cbe8deb50
6 changed files with 21 additions and 13 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue