mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 17:06:10 +02:00
🐛 Typo: land must be lang
This commit is contained in:
parent
26b2b89b69
commit
facd650e4c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
ptk/UpdateEvent
|
ptk/UpdateEvent
|
||||||
(update [_ state]
|
(update [_ state]
|
||||||
(assoc state :profile (cond-> data
|
(assoc state :profile (cond-> data
|
||||||
(nil? (:land data)) (assoc :lang cfg/default-language)
|
(nil? (:lang data)) (assoc :lang cfg/default-language)
|
||||||
(nil? (:theme data)) (assoc :theme cfg/default-theme))))
|
(nil? (:theme data)) (assoc :theme cfg/default-theme))))
|
||||||
|
|
||||||
ptk/EffectEvent
|
ptk/EffectEvent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue