Fix browser history sorting

Signed-off-by: Brian Sztamfater <brian@status.im>
This commit is contained in:
Brian Sztamfater 2021-08-25 15:56:56 -03:00
parent efff6d3997
commit 4de24442eb
No known key found for this signature in database
GPG Key ID: 59EB921E0706B48F
1 changed files with 1 additions and 1 deletions

View File

@ -1433,7 +1433,7 @@
:browser/browsers-vals
:<- [:browser/browsers]
(fn [browsers]
(vals browsers)))
(reverse (vals browsers))))
(re-frame/reg-sub
:get-current-browser