0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-15 11:38:24 -05:00

Use new loader state atom for render loader component.

This commit is contained in:
Andrey Antukh 2016-05-16 13:43:13 +03:00
parent 144dc59a7a
commit 4675590aac
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -108,7 +108,7 @@
(defn loader-render
[own]
(when (rum/react st/loader-l)
(when (rum/react st/loader)
(html
[:div.loader-content i/loader])))