Coursemology/coursemology2

View on GitHub
client/app/bundles/course/courses/components/misc/NotificationCard.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function NotificationCard has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const NotificationCard: FC<Props> = (props) => {
  const { intl, notification } = props;

  let actableLink = '';
  let concatMessage = '';

There are no issues that match your filters.

Category
Status