From 6e36718702dcd2c70c58dee462f31a58f4e0e681 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 9 Jul 2016 15:04:12 +0300 Subject: [PATCH] Remove useless parameter. --- src/uxbox/main/ui/workspace.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxbox/main/ui/workspace.cljs b/src/uxbox/main/ui/workspace.cljs index 998006f3de..e4d69a8b86 100644 --- a/src/uxbox/main/ui/workspace.cljs +++ b/src/uxbox/main/ui/workspace.cljs @@ -101,7 +101,7 @@ (set! (.-scrollTop dom) (* c/canvas-start-scroll-y @wb/zoom-l))))) (defn- workspace-render - [own projectid] + [own] (let [{:keys [flags zoom page] :as workspace} (rum/react wb/workspace-l) left-sidebar? (not (empty? (keep flags [:layers :sitemap :document-history])))