streetmix/streetmix

View on GitHub
client/src/dialogs/FeatureFlagDialog.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function FeatureFlagDialog has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function FeatureFlagDialog (props) {
  const flags = useSelector((state) => state.flags)
  const dispatch = useDispatch()

  function renderFlagList () {
Severity: Minor
Found in client/src/dialogs/FeatureFlagDialog.jsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status