src/components/Sync/CalendarList.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function CalendarListInner has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function CalendarListInner(props: CalendarListProps): JSX.Element {
  const [calendar, setCalendar] = useStorage<Calendar>(props.calendarKey)
  const resApi = fetchCalendars()

  const needReAuth = resApi.data == null
Severity: Minor
Found in src/components/Sync/CalendarList.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status