Fix the build.
This commit is contained in:
parent
31efc7025d
commit
d34b45627e
|
@ -23,7 +23,7 @@ export default Ember.Component.extend({
|
|||
return tagsArray;
|
||||
}
|
||||
|
||||
if (type == "tag" && tag) {
|
||||
if (type === "tag" && tag) {
|
||||
return [tag];
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue