Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem authored and pavloburykh committed Feb 26, 2024
1 parent d55452d commit 4746535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
:auth-button-label auth-button-label})
:track-icon (if biometric-auth? :i/face-id :password)
:track-text track-text
:disabled? disabled?}]])))
:disabled? disabled?}]])))

(def view (quo.theme/with-theme view-internal))
2 changes: 1 addition & 1 deletion src/status_im/contexts/wallet/create_account/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
(js/alert "Feature under development")
(rf/dispatch [:wallet/derive-address-and-add-account
{:sha3-pwd (security/safe-unmask-data
entered-password)
entered-password)
:emoji @emoji
:color @account-color
:path @derivation-path
Expand Down

0 comments on commit 4746535

Please sign in to comment.