Coursemology/coursemology2

View on GitHub
client/app/bundles/course/experience-points/disbursement/components/tables/ForumPostTable.tsx

Summary

Maintainability
B
6 hrs
Test Coverage

Function ForumPostTable has 153 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ForumPostTable: FC<Props> = (props: Props) => {
  const { intl, posts: data } = props;

  const columns: TableColumns[] = [
    {

There are no issues that match your filters.

Category
Status