AndrewWalsh/at-your-service

View on GitHub
src/ui/Metrics.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function slowestRoute has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const slowestRoute = (storeStruct: StoreStructure): StoreRoute => {
  let curMax = -Infinity;
  let slowest: StoreRoute = {
    meta: [],
    pathname: "",
Severity: Minor
Found in src/ui/Metrics.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status