Vizzuality/landgriffon

View on GitHub
client/src/containers/uploader/tracker/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function UploadTracker has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const UploadTracker: FC = () => {
  const queryClient = useQueryClient();
  const [isSettingUp, setIsSettingUp] = useState(true);
  const [tasksProgress, setTaskProgress] = useState<ProgressTask['data'] | undefined>(undefined);

Severity: Major
Found in client/src/containers/uploader/tracker/index.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status