Skip to content

Commit d102bb2

Browse files
authored
pre-commit fixup
1 parent 7fa8d68 commit d102bb2

File tree

1 file changed

+1
-1
lines changed
  • reflex/.templates/web/utils/helpers

1 file changed

+1
-1
lines changed

reflex/.templates/web/utils/helpers/paste.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function usePasteHandler(target_ids, event_actions, on_paste) {
4040

4141
useEffect(() => {
4242
onPasteRef.current = on_paste;
43-
}, [on_paste])
43+
}, [on_paste]);
4444
useEffect(() => {
4545
eventActionsRef.current = event_actions;
4646
}, [event_actions]);

0 commit comments

Comments
 (0)