skyderby/skyderby

View on GitHub
app/javascript/components/Admin/Users/User/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function User has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const User = () => {
  const params = useParams()
  const location = useLocation()
  const navigate = useNavigate()
  const userId = Number(params.id)
Severity: Major
Found in app/javascript/components/Admin/Users/User/index.tsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status