This commit is contained in:
parent
bc9ec05de3
commit
791620ce33
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue