Skip to content

Commit ba8442e

Browse files
committed
fix: lint
1 parent 699d3ea commit ba8442e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/frontend/components/views.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
(state/exit-editing-and-set-selected-blocks! [cell])
232232
(set-focus-timeout! (js/setTimeout #(.focus cell) 100)))))
233233

234-
(rum/defc block-title
234+
(rum/defc ^:large-vars/cleanup-todo block-title
235235
"Used on table view"
236236
[block* {:keys [create-new-block width row property]}]
237237
(let [*ref (hooks/use-ref nil)

0 commit comments

Comments
 (0)