Reconmap/web-client

View on GitHub
src/components/users/Edit.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function EditUserPage has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const EditUserPage = () => {
    const navigate = useNavigate();
    const { userId } = useParams();
    const [serverUser] = useFetch(`/users/${userId}`);
    const [clientUser, setClientUser] = useState(null);
Severity: Minor
Found in src/components/users/Edit.jsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status