Enable two disabled linters and bump kondo dep

All the fixes were on used-underscored-binding
This commit is contained in:
Gabriel Horner
2022-09-08 16:23:41 -04:00
committed by Tienson Qin
parent dda2c9c92a
commit 51c318e2da
16 changed files with 75 additions and 63 deletions

View File

@@ -266,11 +266,11 @@
(defn input-password
([repo-url close-fn] (input-password repo-url close-fn {:type :local}))
([repo-url close-fn opts]
(fn [_close-fn]
(fn [close-fn']
(let [close-fn' (if (fn? close-fn)
#(do (close-fn %)
(_close-fn))
_close-fn)]
(close-fn'))
close-fn')]
(input-password-inner repo-url close-fn' opts)))))
(rum/defcs encryption-setup-dialog-inner