src/components/WeeklyCalendar/week/index.js
Function Week
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function Week(props) {
const { week, events, onEventClick, onScroll, locale } = props;
function Days() {
return Array.from(Array(7), (_value, index) => {