ngduc/node-rem

View on GitHub
ui/src/App.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

function App() {
  const [loggedInEmail, setLoggedInEmail] = React.useState('');

  const refreshEmail = () => {
    const { userEmail } = getLoginData();
Severity: Minor
Found in ui/src/App.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status