Andrey Shovkoplyas 2017-03-08 16:48:33 +03:00 committed by Roman Volosovskyi
parent bc9ec05de3
commit 791620ce33
1 changed files with 5 additions and 5 deletions

View File

@ -42,6 +42,7 @@
[touchable-highlight {:style st/back-btn-touchable
:on-press (fn []
(dispatch [:set-in [:profile-edit :edit?] false])
(dispatch [:set-in [:profile-edit :name] nil])
(dispatch [:navigate-back]))}
[view st/back-btn-container
[icon :back st/back-btn-icon]]]
@ -191,7 +192,6 @@
qr [:get-in [:profile-edit :qr-code]]
current-account [:get-current-account]
changed-account [:get :profile-edit]]
{:component-will-unmount #(dispatch [:set-in [:profile-edit :name] nil])}
(let [{:keys [phone
address
public-key]