Skip to content

Commit ca1db26

Browse files
committed
fix build
1 parent fd3fefd commit ca1db26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/programs/Calendar/CalendarTimeSlot/CalendarTimeSlot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function CalendarTimeSlot({ hour }: CalendarTimeSlotProps) {
1414
]);
1515

1616
const onRef = useCallback(
17-
(el: null | HTMLButtonElement) => {
17+
(el: null | HTMLDivElement) => {
1818
if (el && hour === currentHour.current) {
1919
el.scrollIntoView();
2020
}

0 commit comments

Comments
 (0)