ITUDevUps/devUps

View on GitHub
minitwit-frontend/src/App.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

function App() {

    const logout = () => {
        localStorage.removeItem("token");
        window.location.href = "/";
Severity: Minor
Found in minitwit-frontend/src/App.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status