frontend/src/components/FileBreadcrumbs/FileBreadcrumbs.js
Showing 1 of 1 total issue
Function render
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() { const breadcrumbs = [ this.props.systemName, ...this.getPath(), ].map((val, index, array) => {