Skip to content

Commit

Permalink
Bye bye vector
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed Mar 19, 2024
1 parent 3c5a60b commit 1129a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/status_im/subs/chats.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -433,13 +433,13 @@
(re-frame/reg-sub
:chats/link-previews?
:<- [:chats/link-previews-unfurled]
(fn [[previews]]
(fn [previews]
(boolean (seq previews))))

(re-frame/reg-sub
:chats/status-link-previews?
:<- [:chats/status-link-previews-unfurled]
(fn [[status-link-previews]]
(fn [status-link-previews]
(boolean (seq status-link-previews))))

(re-frame/reg-sub
Expand Down

0 comments on commit 1129a9c

Please sign in to comment.