support-foo/web

View on GitHub
app/assets/javascripts/components/response.js.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function createMessage has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  createMessage: function() {
    if(this.props.demo) {
      $.get('/user.json', function(response) {
        var message = {
          id: 'message-' + (new Date()).getTime(),
Severity: Minor
Found in app/assets/javascripts/components/response.js.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status