mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
Cosmetic improvements on sitemap sidebar ns.
This commit is contained in:
parent
bf33926ec4
commit
5e6b3e94da
1 changed files with 3 additions and 3 deletions
|
@ -30,12 +30,12 @@
|
|||
|
||||
;; --- Lenses
|
||||
|
||||
(def ^:const pages-l
|
||||
(def pages-l
|
||||
(letfn [(getter [state]
|
||||
(let [project (get-in state [:workspace :project])]
|
||||
(stpr/project-pages state project)))]
|
||||
(as-> (l/lens getter) $
|
||||
(l/derive $ st/state))))
|
||||
(-> (l/lens getter)
|
||||
(l/derive st/state))))
|
||||
|
||||
;; --- Component
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue