Drapegnik/react-grid

View on GitHub
src/App.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

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

function App() {
const columns = [
{ name: 'tool' },
{ name: 'initiator', formatter: o => `${o.id}-${o.name}` },
{ name: 'result' },
Severity: Minor
Found in src/App.jsx - About 1 hr to fix
    Category
    Status