Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed Apr 16, 2023
1 parent e64f18e commit 49f4f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/status_im2/contexts/chat/home/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

(defn filter-items-by-tab
[tab items]
(if (= tab :groups)
(if (= tab :tab/groups)
(filter :group-chat items)
(filter :chat-id items)))

Expand Down Expand Up @@ -107,7 +107,7 @@
[safe-area/consumer
(fn [{:keys [top]}]
[:<>
(if (= selected-tab :contacts)
(if (= selected-tab :tab/contacts)
[contacts pending-contact-requests top]
[chats selected-tab top])
[rn/view
Expand Down

0 comments on commit 49f4f98

Please sign in to comment.