0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

Remove useless parameter.

This commit is contained in:
Andrey Antukh 2016-07-09 15:04:12 +03:00
parent 1d060d1a50
commit 6e36718702
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -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])))