Fix browser history sorting
Signed-off-by: Brian Sztamfater <brian@status.im>
This commit is contained in:
parent
efff6d3997
commit
4de24442eb
|
@ -1433,7 +1433,7 @@
|
||||||
:browser/browsers-vals
|
:browser/browsers-vals
|
||||||
:<- [:browser/browsers]
|
:<- [:browser/browsers]
|
||||||
(fn [browsers]
|
(fn [browsers]
|
||||||
(vals browsers)))
|
(reverse (vals browsers))))
|
||||||
|
|
||||||
(re-frame/reg-sub
|
(re-frame/reg-sub
|
||||||
:get-current-browser
|
:get-current-browser
|
||||||
|
|
Loading…
Reference in New Issue