mirror of
https://github.com/status-im/status-react.git
synced 2025-01-26 19:01:17 +00:00
Fix incorrect channel option (#16314)
This commit is contained in:
parent
51cfdf3e59
commit
b1b30b889d
@ -21,10 +21,9 @@
|
||||
(defn- action-mark-as-read
|
||||
[]
|
||||
{:icon :i/mark-as-read
|
||||
:right-icon :i/chevron-right
|
||||
:accessibility-label :chat-mark-as-read
|
||||
:on-press not-implemented/alert
|
||||
:label (i18n/label :t/mute-channel)})
|
||||
:label (i18n/label :t/mark-as-read)})
|
||||
|
||||
(defn- action-toggle-muted
|
||||
[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user