mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 22:25:12 +00:00
discoveries order
Former-commit-id: 74249dc7174693022070249414d0fcb2af3e4c9a
This commit is contained in:
parent
f9cee873d1
commit
3fc884db25
@ -69,8 +69,7 @@
|
||||
(->> (-> (r/get-all :discoveries)
|
||||
(r/sorted :last-updated :desc)
|
||||
r/collection->map)
|
||||
(map #(update % :tags vals))
|
||||
(into '())))
|
||||
(map #(update % :tags vals))))
|
||||
|
||||
(defn- add-discoveries [discoveries]
|
||||
(realm/write (fn []
|
||||
|
Loading…
x
Reference in New Issue
Block a user