mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +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:
@@ -45,6 +45,7 @@
|
||||
|
||||
(rum/defc export-page
|
||||
[]
|
||||
#_:clj-kondo/ignore
|
||||
(when-let [current-repo (state/get-current-repo)]
|
||||
(when-let [page (state/get-current-page)]
|
||||
(rum/with-context [[t] i18n/*tongue-context*]
|
||||
|
||||
Reference in New Issue
Block a user