src/components/WeeklyCalendar/hours.js
Function Hours
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Hours = React.forwardRef((props, ref) => {
const { today, setToday, locale } = props;
const clock = useTimer();
useEffect(() => {
if (!isSameDay(today, clock)) {