phodal/growth

View on GitHub
src/containers/community/Community.js

Summary

Maintainability
A
1 hr
Test Coverage

Function renderElement has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  renderElement(topic) {
    let sticky = <View />;
    if (topic.attributes.isSticky) {
      sticky = (<View
        style={{
Severity: Minor
Found in src/containers/community/Community.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status