Coursemology/coursemology2

View on GitHub
client/app/bundles/course/video/submission/components/tables/VideoSubmissionsTable.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function VideoSubmissionsTable has 95 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const VideoSubmissionsTable: FC<Props> = (props) => {
  const { title, videoSubmissions, intl } = props;

  const options: TableOptions = {
    download: false,

There are no issues that match your filters.

Category
Status