We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb0c49 commit d622f0cCopy full SHA for d622f0c
src/status_im2/contexts/quo_preview/wallet/keypair.cljs
@@ -54,7 +54,7 @@
54
55
(defn get-accounts
56
[blur?]
57
- (map (fn [map] (assoc map :blur? blur?)) accounts))
+ (map (fn [account] (assoc account :blur? blur?)) accounts))
58
59
(def descriptor
60
[{:label "Stored:"
0 commit comments