nexxtway/react-rainbow

View on GitHub
src/components/ImportRecordsFlow/icons/drop.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function Drop has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function Drop(props) {
    const { className, style } = props;
    return (
        <svg className={className} style={style} width="64" height="70" viewBox="0 0 64 70">
            <g fill="none">
Severity: Major
Found in src/components/ImportRecordsFlow/icons/drop.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status