Skip to content

Commit

Permalink
Empty should not be removed !!
Browse files Browse the repository at this point in the history
  • Loading branch information
Narendra Sisodiya committed Oct 25, 2016
1 parent c461a2d commit c040826
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/JSONViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ var JSONViewer = class JSONViewer extends Component {
} else {
return "";
}
}).filter(function (v) {
return v !== "";
}).filter(function (v, i, A) {
return A.length > One;
});
Expand Down

0 comments on commit c040826

Please sign in to comment.