chore: more frontend lints

This commit is contained in:
Gabriel Horner
2023-10-13 09:15:20 -04:00
parent baa3a11b8d
commit a2f813d0fb
2 changed files with 2 additions and 2 deletions

View File

@@ -2307,7 +2307,7 @@
(when-let [property (db/entity [:block/uuid pid])]
(pv/property-value block property (get (:block/properties block) pid) {:icon? true})))])))
(rum/defc block-content < rum/reactive
(rum/defc ^:large-vars/cleanup-todo block-content < rum/reactive
[config {:block/keys [uuid content properties scheduled deadline format pre-block?] :as block} edit-input-id block-id slide? selected? *ref]
(let [repo (state/get-current-repo)
content (or (:block/original-name block)

View File

@@ -60,7 +60,7 @@
repo (state/get-current-repo)]
(<! (full-upload-download-graph/<upload-graph state repo)))))
(rum/defcs rtc-debug-ui <
(rum/defcs ^:large-vars/cleanup-todo rtc-debug-ui <
rum/reactive
(rum/local nil ::graph-uuid)
(rum/local nil ::local-tx)