mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
Fix typo in on-verify-pin-success
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
This commit is contained in:
parent
76296870d1
commit
b503852387
@ -1151,7 +1151,7 @@
|
||||
(let [on-verified (get-in db [:hardwallet :pin :on-verified])
|
||||
pairing (get-pairing db)]
|
||||
(fx/merge cofx
|
||||
{:db (update-in [:hardwallet :pin] merge {:status nil
|
||||
{:db (update-in db [:hardwallet :pin] merge {:status nil
|
||||
:error-label nil})}
|
||||
(clear-on-card-connected)
|
||||
(when-not (contains? #{:hardwallet/unpair
|
||||
|
Loading…
x
Reference in New Issue
Block a user