Fix linter issues

This commit is contained in:
Rende11 2024-06-21 00:43:08 +03:00
parent 575300c718
commit 6cd58f80c0
No known key found for this signature in database
GPG Key ID: 399DEC86128408A9
1 changed files with 29 additions and 28 deletions

View File

@ -188,7 +188,8 @@
[{{:keys [account-name account-color emoji]} :state}]
(fn [{:keys [on-change-text set-account-color set-emoji customization-color keypair-name error]}]
(let [{:keys [new-account-data workflow]} (rf/sub [:wallet/create-account-new-keypair])
derivation-path (when (not= workflow :workflow/new-keypair.import-private-key)
derivation-path (when (not= workflow
:workflow/new-keypair.import-private-key)
constants/path-default-wallet)]
[floating-button
{:account-color @account-color