Coursemology/coursemology2

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function HeartbeatDetailCard has 73 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const HeartbeatDetailCard = (props: HeartbeatDetailCardProps): JSX.Element => {
  const { of: heartbeat } = props;

  const { t } = useTranslation();

There are no issues that match your filters.

Category
Status