From b463454062fae91775e4604e5a4c4ab42bf0ee7d Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:03:54 +0100 Subject: [PATCH] Remove redundant comment --- crates/collab_ui2/src/collab_titlebar_item.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/collab_ui2/src/collab_titlebar_item.rs b/crates/collab_ui2/src/collab_titlebar_item.rs index 13a3ee6732..7c9cb9f453 100644 --- a/crates/collab_ui2/src/collab_titlebar_item.rs +++ b/crates/collab_ui2/src/collab_titlebar_item.rs @@ -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()