nexxtway/react-rainbow

View on GitHub
src/components/WeeklyCalendar/week/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Week has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function Week(props) {
    const { week, events, onEventClick, onScroll, locale } = props;

    function Days() {
        return Array.from(Array(7), (_value, index) => {
Severity: Minor
Found in src/components/WeeklyCalendar/week/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status