ctrl-alt-del-world/midway

View on GitHub
web/src/components/auth/orders.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function Orders has 78 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const Orders = () => {
  const {customerToken} = useStore()
  const [orders, setOrders] = useState([])
  const handleOrders = useCallback(
    (token) =>
Severity: Major
Found in web/src/components/auth/orders.tsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status