From 8b3e639abd5dcd5251c5375bdcbd14d53fa061b5 Mon Sep 17 00:00:00 2001 From: Parvesh Monu Date: Tue, 16 Apr 2024 16:33:09 +0530 Subject: [PATCH] fix error on long tap on token-gated channel from the join community screen (#19652) --- src/status_im/contexts/communities/overview/view.cljs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/status_im/contexts/communities/overview/view.cljs b/src/status_im/contexts/communities/overview/view.cljs index ca897d6ce4..7257ce4965 100644 --- a/src/status_im/contexts/communities/overview/view.cljs +++ b/src/status_im/contexts/communities/overview/view.cljs @@ -38,8 +38,9 @@ {:keys [name emoji muted? id mentions-count unread-messages? on-press locked? color] :as chat}] (let [sheet-content [actions/chat-actions (assoc chat - :chat-type constants/community-chat-type - :chat-id (str community-id id)) + :community-id community-id + :chat-type constants/community-chat-type + :chat-id (str community-id id)) false] notification (cond muted? :mute