Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed May 6, 2024
1 parent 7f1f690 commit a2766eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(defn- validate-address
[known-addresses user-input purpose]
(cond
(string/blank? user-input) nil
(string/blank? user-input) nil
;; Allow adding existing address if saving, As it'll upsert
(and (not= purpose constants/add-address-to-save-type)
(some #(= % user-input) known-addresses)) (i18n/label :t/address-already-in-use)
Expand Down

0 comments on commit a2766eb

Please sign in to comment.