Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/pages/AssessmentMonitoring/PulseGrid.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function PulseGrid has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const PulseGrid = (props: PulseGridProps): JSX.Element => {
  const { courseId, monitorId, title } = props.with;

  const { t } = useTranslation();
  const [userIds, setUserIds] = useState<number[]>([]);

There are no issues that match your filters.

Category
Status