mirror of
https://github.com/penpot/penpot.git
synced 2026-03-10 04:06:10 +00:00
🐛 Typo: land must be lang
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
ptk/UpdateEvent
|
||||
(update [_ state]
|
||||
(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))))
|
||||
|
||||
ptk/EffectEvent
|
||||
|
||||
Reference in New Issue
Block a user