Skip to content

Commit

Permalink
fix error on long tap on token-gated channel from the join community …
Browse files Browse the repository at this point in the history
…screen
  • Loading branch information
Parveshdhull committed Apr 15, 2024
1 parent 5412092 commit ceb8eca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/status_im/contexts/communities/overview/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ceb8eca

Please sign in to comment.