coronasafe/care_fe

View on GitHub
src/CAREUI/interactive/WeekdayCheckbox.tsx

Summary

Maintainability
A
25 mins
Test Coverage

Showing 1 of 1 total issue

Function WeekdayCheckbox has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

export default function WeekdayCheckbox({
value = [],
onChange,
format = "alphabet",
}: Props) {
Severity: Minor
Found in src/CAREUI/interactive/WeekdayCheckbox.tsx - About 25 mins to fix
Category
Status