streetmix/streetmix

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

Summary

Maintainability
A
3 hrs
Test Coverage

Function WelcomePanel has 89 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function WelcomePanel (props) {
  const { readOnly, everythingLoaded } = useSelector((state) => state.app)
  const { welcomePanelVisible: isVisible, welcomePanelDismissed: isDismissed } =
    useSelector((state) => state.ui)
  const dispatch = useDispatch()
Severity: Major
Found in client/src/app/WelcomePanel.jsx - About 3 hrs to fix

There are no issues that match your filters.

Category
Status