dswhitely1/portfolio-master

View on GitHub
src/components/App.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function App has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const App = () => {
    const actions = useActions();
    const location = useLocation();
    const [project, setProject] = useState<IPortfolioData>({
        title: '',
Severity: Minor
Found in src/components/App.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status