Remove redundant comment

This commit is contained in:
Piotr Osiewicz 2023-11-23 15:03:54 +01:00
parent 390ecb5b0c
commit b463454062

View file

@ -172,7 +172,7 @@ impl Render for CollabTitlebarItem {
.detach_and_log_err(cx);
}))
}
}) // that's obviously wrong as we should check for current call,not current user
})
.when(is_in_room, |this| {
this.child(
h_stack()