From 0cd3442d86bd10338cb3591e8339f5e55ddcc327 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 21 Mar 2017 21:16:29 +0100 Subject: [PATCH] Minor cosmetic fix on history ref declaration. --- frontend/src/uxbox/main/ui/workspace/sidebar/history.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/uxbox/main/ui/workspace/sidebar/history.cljs b/frontend/src/uxbox/main/ui/workspace/sidebar/history.cljs index eac7a95a8..bd38d1ddb 100644 --- a/frontend/src/uxbox/main/ui/workspace/sidebar/history.cljs +++ b/frontend/src/uxbox/main/ui/workspace/sidebar/history.cljs @@ -25,8 +25,8 @@ ;; --- Lenses (def history-ref - (as-> (l/in [:workspace :history]) $ - (l/derive $ st/state))) + (-> (l/key :history) + (l/derive refs/workspace))) ;; --- History Item (Component)