feat(frontend): minor refactor on settings/profile

This commit is contained in:
Andrey Antukh 2019-07-19 08:39:14 +00:00
parent 3f62d7cb65
commit bb64655804
2 changed files with 60 additions and 83 deletions

View file

@ -115,7 +115,7 @@
(let [token (get-in route [:params :path :token])]
(auth/recovery-page token))
:settings/profile (settings/profile-page)
:settings/profile (mf/element settings/profile-page)
:settings/password (settings/password-page)
:settings/notifications (settings/notifications-page)