cnap-cobre/synapse

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

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

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

const FileBrowserControls = (props: Props) => {
const {
handleRefresh, id, showDotfiles, toggleDotfiles, path,
} = props;
 
 
Severity: Minor
Found in frontend/src/components/FileBrowserControls/FileBrowserControls.js - About 1 hr to fix
    Category
    Status