Skip to content

Commit

Permalink
Remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Aug 22, 2016
1 parent 4efc4d2 commit 54be4b8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ define( [ 'utils/utils', 'mvc/ui/ui-misc', 'mvc/form/form-view', 'mvc/form/form-
},

render: function() {
if ( this.chart.definition && _.size( this.chart.definition.groups ) > 0 ) {
if ( _.size( this.chart.definition.groups ) > 0 ) {
this.repeat.$el.show();
this.message.$el.hide();
} else {
Expand Down

0 comments on commit 54be4b8

Please sign in to comment.