Skip to content

Commit c99fc3b

Browse files
committed
lint
1 parent a52fda2 commit c99fc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)