casey-chow/tigertrade

View on GitHub
client/src/components/SearchBar.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const styles = SearchBar.styles;
    const hintText = (this.props.displayMode === 'seeks')
          ? (<span className="hint-text">What do you want to sell?</span>)
          : (<span className="hint-text">What do you want to buy?</span>);
Severity: Minor
Found in client/src/components/SearchBar.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status