vigetlabs/ars-arsenal

View on GitHub
src/components/gallery.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function getItem has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  getItem(record: Record, index: number, list: Record[]) {
    const { onPicked } = this.props

    let isPicked = this.isPicked(record.id)
    let delay = Math.max(0, itemAnimationDelay(index) - this.offset)
Severity: Minor
Found in src/components/gallery.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status