From 6f7f7c4032ac4ce377007e329797b3481acba510 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 29 Apr 2020 11:38:42 +0200 Subject: [PATCH] :sparkles: Review fixes --- frontend/src/uxbox/main/refs.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/uxbox/main/refs.cljs b/frontend/src/uxbox/main/refs.cljs index 3795da3a9..4a34220ae 100644 --- a/frontend/src/uxbox/main/refs.cljs +++ b/frontend/src/uxbox/main/refs.cljs @@ -62,7 +62,7 @@ (letfn [(selector [state] (let [page-id (get-in state [:workspace-page :id]) objects (get-in state [:workspace-data page-id :objects])] - (->> (get objects id))))] + (get objects id)))] (l/derived selector st/state =))) (defn objects-by-id