mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 03:01:39 +02:00
More fixes on initial data loading.
This commit is contained in:
parent
38a64c356b
commit
f32b384f5d
2 changed files with 5 additions and 2 deletions
|
@ -59,8 +59,9 @@
|
|||
|
||||
(defn app-will-mount
|
||||
[own]
|
||||
(rs/emit! (uda/fetch-profile)
|
||||
(dp/fetch-projects))
|
||||
(when @auth-data
|
||||
(rs/emit! (uda/fetch-profile)
|
||||
(dp/fetch-projects)))
|
||||
own)
|
||||
|
||||
(def app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue