sparkletown/sparkle

View on GitHub
src/pages/Account/Step4.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Step4 has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Step4 = () => {
  const history = useHistory();
  const [showMicrophone, setShowMicrophone] = useState(false);
  return (
    <div className="splash-page-container">
Severity: Minor
Found in src/pages/Account/Step4.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status