Coursemology/coursemology2

View on GitHub
client/app/bundles/course/achievement/pages/AchievementAward/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function AchievementAward has 70 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AchievementAward: FC<Props> = (props) => {
  const { achievementId, open, handleClose, intl } = props;

  const [discardDialogOpen, setDiscardDialogOpen] = useState(false);
  const [isDirty, setIsDirty] = useState(false);

There are no issues that match your filters.

Category
Status