atlp-rwanda/hackers-ec-Fe

View on GitHub
src/pages/dashboard/buyer/order/Orders.tsx

Summary

Maintainability
A
1 hr
Test Coverage
C
73%

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

const Orders = () => {
    const dispatch = useAppDispatch();
    const { isLoading, numberOfOrder } = useAppSelector((state) => state.order);
    const data = useAppSelector((state) => state.order.orders);

Severity: Minor
Found in src/pages/dashboard/buyer/order/Orders.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status