neet/refined-itsukara-link

View on GitHub
packages/@neet/vschedule-client/src/components/ui/Timetable/TableData.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

const TableDataPure = (props: ItemProps): JSX.Element => {
  const { schedule } = props;
  const { getWidth, itemHeight, ref: timetable, interval } = useTimetable();

  const { ref, inView } = useInView({

    There are no issues that match your filters.

    Category
    Status