mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
fixed: mute-icon when channel is muted
This commit is contained in:
parent
3ec7209fcc
commit
3665fe26da
@ -159,7 +159,7 @@
|
||||
unmute-chat-label
|
||||
mute-chat-label))
|
||||
:color cover-bg-color
|
||||
:icon (if muted? :i/muted :i/activity-center)
|
||||
:icon (if muted? :i/activity-center :i/muted)
|
||||
:on-press (fn []
|
||||
(if muted?
|
||||
(home.actions/unmute-chat-action chat-id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user