Skip to content

Commit d622f0c

Browse files
committed
lint
1 parent acb0c49 commit d622f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status_im2/contexts/quo_preview/wallet/keypair.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
(defn get-accounts
5656
[blur?]
57-
(map (fn [map] (assoc map :blur? blur?)) accounts))
57+
(map (fn [account] (assoc account :blur? blur?)) accounts))
5858

5959
(def descriptor
6060
[{:label "Stored:"

0 commit comments

Comments
 (0)