nexxtway/react-rainbow

View on GitHub
src/components/DateTimePicker/icon.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function CalendarIcon has 116 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function CalendarIcon(props) {
    const { className, style } = props;

    return (
        <svg className={className} style={style} width="21px" height="21px" viewBox="0 0 21 21">
Severity: Major
Found in src/components/DateTimePicker/icon.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status