thiskevinwang/coffee-code-climb

View on GitHub
src/components/App/Discussions.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

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

export const Discussions = (props: RouteComponentProps) => {
  const { data, fetchMore } = useQuery<{
    getDiscussions: Query["getDiscussions"]
  }>(GET_DISCUSSIONS_QUERY)

Severity: Major
Found in src/components/App/Discussions.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status