wahanegi/vibereport

View on GitHub
app/javascript/components/App.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

const App = () => {
  const mainPage = 'emotion-selection-web'
  const [error, setError] = useState('')
  const [frontDatabase, setFrontDatabase] = useState(initDB)
  const [isLoading, setIsLoading] = useState(false)
Severity: Major
Found in app/javascript/components/App.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status