client/app/bundles/course/assessment/pages/AssessmentMonitoring/components/HeartbeatDetailCard.tsx
Function HeartbeatDetailCard
has 73 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const HeartbeatDetailCard = (props: HeartbeatDetailCardProps): JSX.Element => {
const { of: heartbeat } = props;
const { t } = useTranslation();
- Create a ticketCreate a ticket