client/app/bundles/course/user-notification/components/LevelReachedPopup.tsx
Function LevelReachedPopup
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const LevelReachedPopup = (props: LevelReachedPopupProps): JSX.Element => {
const { notification, onDismiss } = props;
const { t } = useTranslation();
- Create a ticketCreate a ticket