Lint components and address comments in review

Start using :clj-kondo/ignore as lint violations that need to be
revisited. They may side effect and should be removed with better
understanding of their context
This commit is contained in:
Gabriel Horner
2022-01-12 15:29:38 -05:00
parent f864f0fd1c
commit f1d15b0e05
34 changed files with 200 additions and 275 deletions

View File

@@ -59,7 +59,7 @@
(when-not mobile?
[:td [:a.text-sm
{:on-click (fn [e]
{:on-click (fn [_e]
(export-handler/download-file! file))}
[:span (tongue :download)]]])]))]]))]))