pesto-students/batch-11-relayer

View on GitHub
client/src/components/Dashboard/TaskHistory/TaskHistory.js

Summary

Maintainability
A
1 hr
Test Coverage

Function TaskHistory has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const TaskHistory = () => {
  const [taskHistory, setTaskHistory] = useState([]);
  const [relays, setRelays] = useState([]);

  const getTaskHistory = async () => {
Severity: Minor
Found in client/src/components/Dashboard/TaskHistory/TaskHistory.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status