react-redhat
Advanced tools
Comparing version
@@ -115,3 +115,3 @@ var React = require('react/addons'); | ||
done: function (comments) { | ||
if (comments == null) { | ||
if (comments == null || comments.length==0) { | ||
return React.createElement(Alert, {bsStyle: "warning", key: "alert"}, "No case comments found for this case") | ||
@@ -118,0 +118,0 @@ } |
@@ -28,5 +28,5 @@ var Marty = require('marty'); | ||
receiveComments: function (cn, comments) { | ||
var caseNumber = _.padLeft(cn, 8, '0'), | ||
sorted_comments, | ||
i; | ||
var caseNumber = _.padLeft(cn, 8, '0'); | ||
var sorted_comments=[]; | ||
var i=0; | ||
if(comments != null) { | ||
@@ -33,0 +33,0 @@ comments.sort(function(a, b) { |
{ | ||
"name": "react-redhat", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "Bootstrap 3 components build with React", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/redhataccess/react-redhat", |
167867
0.02%