0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-13 07:21:40 -05:00

🐛 Typo: land must be lang

This commit is contained in:
Vitaly Kornilov 2020-04-13 15:23:26 +03:00
parent 26b2b89b69
commit facd650e4c
No known key found for this signature in database
GPG key ID: E51839A1997A5C99

View file

@ -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