Coursemology/coursemology2

View on GitHub
client/app/lib/components/extensions/PersonalStartEndTime.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function PersonalStartEndTime has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const PersonalStartEndTime = (props: Props): JSX.Element => {
  const { t } = useTranslation();

  const { timeInfo, className, hideInfo, long } = props;
  if (!timeInfo?.effectiveTime) return <div>-</div>;
Severity: Minor
Found in client/app/lib/components/extensions/PersonalStartEndTime.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status