baublet/w8mngr

View on GitHub
client/pages/ActivityLog.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

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

export function ActivityLog() {
  const { id, day = "" } = useParams<{ id: string; day: string }>();
  const { data, loading } = useGetActivityDetailsQuery({
    variables: {
      id,
Severity: Major
Found in client/pages/ActivityLog.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status