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:
parent
144dc59a7a
commit
4675590aac
1 changed files with 1 additions and 1 deletions
|
@ -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])))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue