streetmix/streetmix

View on GitHub
client/src/app/WelcomePanel/FirstTimeExistingStreet.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function FirstTimeExistingStreet has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function FirstTimeExistingStreet (props) {
  const street = useSelector((state) => state.street)
  const { data: creatorProfile } = useGetUserQuery(street.creatorId)

  function handleGoNewStreet (event) {
Severity: Major
Found in client/src/app/WelcomePanel/FirstTimeExistingStreet.jsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status