Coursemology/coursemology2

View on GitHub
client/app/bundles/course/user-notification/components/LevelReachedPopup.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

const LevelReachedPopup = (props: LevelReachedPopupProps): JSX.Element => {
  const { notification, onDismiss } = props;

  const { t } = useTranslation();

There are no issues that match your filters.

Category
Status