client/app/bundles/course/courses/components/misc/NotificationCard.tsx
Function NotificationCard
has 69 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const NotificationCard: FC<Props> = (props) => {
const { intl, notification } = props;
let actableLink = '';
let concatMessage = '';
- Create a ticketCreate a ticket