0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-10 05:51:33 -05:00

Merge pull request #174 from Monogramm/lang-typo

Typo: land must be lang
This commit is contained in:
Andrey Antukh 2020-04-16 08:43:04 +02:00 committed by GitHub
commit a9253f5f51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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