cnap-cobre/synapse

View on GitHub
frontend/src/components/FileBrowserList/FileBrowserList.js

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

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

static propTypes = {
showDotfiles: PropTypes.bool.isRequired,
error: PropTypes.bool.isRequired,
loading: PropTypes.bool.isRequired,
list: PropTypes.array.isRequired,
Severity: Major
Found in frontend/src/components/FileBrowserList/FileBrowserList.js and 1 other location - About 2 hrs to fix
frontend/src/components/FileBrowserGrid/FileBrowserGrid.js on lines 10..19

There are no issues that match your filters.

Category
Status