Reconmap/web-client

View on GitHub
src/App.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

const App = () => {
    const { user } = useAuth();

    const [theme, setTheme] = useState(user?.preferences?.['web-client.theme'] || 'dark');

Severity: Minor
Found in src/App.jsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status