Fix incorrect channel option (#16314)

This commit is contained in:
Icaro Motta 2023-06-19 17:10:46 -03:00 committed by GitHub
parent 51cfdf3e59
commit b1b30b889d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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
[]