Lambda-School-Labs/startup-grant-database-fe

View on GitHub
src/store/admin/useAdminActions.tsx

Summary

Maintainability
B
5 hrs
Test Coverage

Function useAdminActions has 168 lines of code (exceeds 50 allowed). Consider refactoring.
Open

export const useAdminActions = () => {
    const dispatch = useDispatch();

    const fetchAdminGrants = useCallback(
        (token: string) => {
Severity: Major
Found in src/store/admin/useAdminActions.tsx - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status