cnap-cobre/synapse

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

Summary

Maintainability
A
3 hrs
Test Coverage

Showing 1 of 1 total issue

Function render has 76 lines of code (exceeds 25 allowed). Consider refactoring.
Open

render() {
const { empty, files } = this.props;
 
if (empty) {
return (
Severity: Major
Found in frontend/src/components/FileMetadata/FileMetadata.js - About 3 hrs to fix
    Category
    Status