Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BalogunofAfrica committed Nov 2, 2023
1 parent 043a09b commit 4e56ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im2/contexts/chat/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
(clear-history chat-id remove-chat?)))

(rf/defn close-and-remove-chat
"Closes the and removes it from chat list while retaining history, producing all necessary effects for that"
"Closes the chat and removes it from chat list while retaining history, producing all necessary effects for that"
{:events [:chat.ui/close-chat]}
[{:keys [db now] :as cofx} chat-id]
(rf/merge cofx
Expand Down

0 comments on commit 4e56ec3

Please sign in to comment.