atlp-rwanda/hackers-ec-Fe

View on GitHub
src/pages/dashboard/seller/wishlist/wishlistPage.tsx

Summary

Maintainability
A
1 hr
Test Coverage
B
84%

Function WishlistPage has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const WishlistPage = () => {
    const dispatch = useAppDispatch();
    const { isLoading, wishlist } = useAppSelector((state) => state.sellerWishes);

    useEffect(() => {
Severity: Minor
Found in src/pages/dashboard/seller/wishlist/wishlistPage.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status