mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
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:
@@ -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)]]])]))]]))]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user