nexxtway/react-rainbow

View on GitHub
library/styleguideComponents/ToolbarButton/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ToolbarButton has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function ToolbarButton(props) {
    const { onClick, href, title, children } = props;

    if (href !== undefined && title === 'Open isolated') {
        return (
Severity: Minor
Found in library/styleguideComponents/ToolbarButton/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status