mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 21:01:38 +02:00
🐛 Fix two small typos
This commit is contained in:
parent
9c0dc54cfe
commit
0c0f26bb18
2 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
(rx/of (dm/error (tr "errors.profile-is-muted")))
|
||||
|
||||
:email-has-permanent-bounces
|
||||
(let [email (get @form [:data email])]
|
||||
(let [email (get @form [:data :email-1])]
|
||||
(rx/of (dm/error (tr "errors.email-has-permanent-bounces" email))))
|
||||
|
||||
(rx/throw error)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue