dopry/netlify-cms

View on GitHub
src/components/UI/Sticky/Sticky.js

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const { props, state } = this;
    const stickyPlaceholderHeight = state.shouldStick ? this.ref.getBoundingClientRect().height : 0;

    return (
Severity: Minor
Found in src/components/UI/Sticky/Sticky.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status