wongjiahau/ttap-web

View on GitHub
src/ts/react/timetableView/generateAlternateSlotViewsAndDayColumn.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function GenerateAlternateSlotViewsAndDayColumn has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function GenerateAlternateSlotViewsAndDayColumn(
  slots: ISlotViewModel[],
  handleSelectSlotChoice: (slotUid: number, newSlotChoice: number) => void,
  handleGoToThisAlternateSlot: (slotUid: number) => void,
  isShowingAlternativeSlotOf: ISlotViewModel

    There are no issues that match your filters.

    Category
    Status