mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 22:34:13 +00:00
Remove redundant comment
This commit is contained in:
parent
390ecb5b0c
commit
b463454062
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ impl Render for CollabTitlebarItem {
|
||||||
.detach_and_log_err(cx);
|
.detach_and_log_err(cx);
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
}) // that's obviously wrong as we should check for current call,not current user
|
})
|
||||||
.when(is_in_room, |this| {
|
.when(is_in_room, |this| {
|
||||||
this.child(
|
this.child(
|
||||||
h_stack()
|
h_stack()
|
||||||
|
|
Loading…
Reference in a new issue