Skip to content

Commit

Permalink
[Fix] Edited wallet account name persists in other edit account screens
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
  • Loading branch information
smohamedjavid committed Feb 12, 2024
1 parent 1351a54 commit 4d761c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/status_im/contexts/wallet/edit_account/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
{:account edited-account-data
:on-success #(show-save-account-toast updated-key)}])))

(def view
(defn view
[]
(let [edited-account-name (reagent/atom nil)
show-confirm-button? (reagent/atom false)
on-change-color (fn [edited-color {:keys [color] :as account}]
Expand Down

0 comments on commit 4d761c9

Please sign in to comment.