Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/submission/pages/LogsIndex/LogsContent.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function LogsContent has 72 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const LogsContent: FC<Props> = (props) => {
  const { with: data } = props;
  const { t } = useTranslation();

  if (data && data.length === 0) {

There are no issues that match your filters.

Category
Status