nexxtway/react-rainbow

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

Summary

Maintainability
A
1 hr
Test Coverage

Function Header has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Header = React.forwardRef((props, ref) => {
    const { week, today, locale } = props;
    const formattedWeekDay = useFormatedWeekDay(locale);
    const formattedNumberDay = useFormattedNumberDay(locale);

Severity: Minor
Found in src/components/WeeklyCalendar/header/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status