diff --git a/app/js/directives/directive-component-select.js b/app/js/directives/directive-component-select.js index b4070927..57228f46 100755 --- a/app/js/directives/directive-component-select.js +++ b/app/js/directives/directive-component-select.js @@ -21,7 +21,7 @@ angular.module('app').directive('componentSelect', function() { list.push((o.maxmass && mass > o.maxmass) ? ' disabled"' : '" cpid="', id, '">'); if (o.mode) { - list.push(' '); + list.push(' '); } list.push(o.class, o.rating);