Drapegnik/react-grid

View on GitHub
src/stories/index.jsx

Summary

Maintainability
A
3 hrs
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

const tableWithData = {
columns: [{ name: 'first' }, { name: 'second' }, { name: 'third' }],
data: [
{
id: 101,
Severity: Major
Found in src/stories/index.jsx and 1 other location - About 3 hrs to fix
src/components/Table/Table.test.jsx on lines 36..58

There are no issues that match your filters.

Category
Status