bemusic/bemuse

View on GitHub
bemuse/src/app/ui/AboutScene.tsx

Summary

Maintainability
B
5 hrs
Test Coverage

Function AboutScene has 140 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AboutScene = () => {
  const sceneManager = useContext(SceneManagerContext)

  const [artists, setArtists] = useState<{ name: string; url: string }[]>([])
  useEffect(() => {
Severity: Major
Found in bemuse/src/app/ui/AboutScene.tsx - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status