ctrl-alt-del-world/midway

View on GitHub
web/src/components/icon.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function getIcon has 91 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const getIcon = (name, color = 'currentColor') => {
  switch (name) {
    case 'facebook':
      return (
        <path
Severity: Major
Found in web/src/components/icon.tsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status