Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed Jan 4, 2024
1 parent aa63020 commit 2453b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/status_im/contexts/chat/home/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

(defn chats
[{:keys [theme selected-tab set-scroll-ref scroll-shared-value]}]
(let [unfiltered-items (rf/sub [:chats/chat-stack-items])
(let [unfiltered-items (rf/sub [:chats/chats-stack-items])
items (filter-and-sort-items-by-tab selected-tab unfiltered-items)]
(if (empty? items)
[common.empty-state/view
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/subs/chats.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(def memo-chats-stack-items (atom nil))

(re-frame/reg-sub
:chats/chat-stack-items
:chats/chats-stack-items
:<- [:chats/home-list-chats]
:<- [:view-id]
:<- [:home-items-show-number]
Expand Down

0 comments on commit 2453b77

Please sign in to comment.