Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Dec 13, 2022
1 parent 03166b0 commit 2dee75b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion src/status_im/ui2/screens/common/contact_list/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

(defn contact-list [data]
(let [contacts (if (:group data) (rf/sub [:contacts/add-members-sections]) (rf/sub [:contacts/filtered-active-sections]))]
(println "aaa" contacts)
[rn/section-list
{:key-fn :title
:sticky-section-headers-enabled false
Expand Down
1 change: 0 additions & 1 deletion src/status_im2/subs/contact.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
:<- [:contacts/current-chat-contacts]
:<- [:contacts/active]
(fn [[members contacts]]
(println "mmm" members contacts)
(-> (reduce
(fn [acc contact]
(let [first-char (first (:alias contact))]
Expand Down
15 changes: 0 additions & 15 deletions src/status_im2/subs/contact_test.cljs

This file was deleted.

0 comments on commit 2dee75b

Please sign in to comment.