Parcourir la source

chore: more frontend lints

Gabriel Horner il y a 2 ans
Parent
commit
a2f813d0fb

+ 1 - 1
src/main/frontend/components/block.cljs

@@ -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)

+ 1 - 1
src/main/frontend/db/rtc/debug_ui.cljs

@@ -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)