From dae971a96ce3edd81f7e2df148c7456c7def6654 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 24 Feb 2016 21:11:08 +0200 Subject: [PATCH] Remove useles parameter. --- src/uxbox/ui/workspace/sidebar/options.cljs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/uxbox/ui/workspace/sidebar/options.cljs b/src/uxbox/ui/workspace/sidebar/options.cljs index 7b7d0e3d9..af522cf52 100644 --- a/src/uxbox/ui/workspace/sidebar/options.cljs +++ b/src/uxbox/ui/workspace/sidebar/options.cljs @@ -481,9 +481,6 @@ ]]] ))) - - - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Components ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -516,7 +513,7 @@ :mixins [mx/static rum/reactive (mx/local)]})) (defn options-toolbox-render - [own shape] + [own] (let [workspace (rum/react wb/workspace-l) close #(rs/emit! (dw/toggle-flag :element-options)) shape (when (and (:selected workspace)