gwcuva/gwc-website

View on GitHub
src/components/Links/Links.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Links has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Links() {
  const [links, setLinks] = useState([{'title': '', 'link': '', 'id': ''}]);
  
  useEffect(() => {
    const fetchLinks = async () => {
Severity: Minor
Found in src/components/Links/Links.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status