rofrischmann/fela

View on GitHub
benchmarks/src/implementations/react-native-web/Tweet/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

  render() {
    const { tweet } = this.props;
    const { id, lang, media, textParts, timestamp, user } = tweet;
    const { fullName, profileImageUrl, screenName } = user;

Severity: Major
Found in benchmarks/src/implementations/react-native-web/Tweet/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status