cnap-cobre/synapse

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

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function HistoryMetadata has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const HistoryMetadata = (props: Props) => {
const { singleSelected, loading, history } = props;
 
if (!singleSelected) {
return (
Severity: Minor
Found in frontend/src/components/HistoryMetadata/HistoryMetadata.js - About 1 hr to fix
    Category
    Status