Fix the build.

This commit is contained in:
Arpit Jalan 2019-06-15 16:01:52 +05:30
parent 31efc7025d
commit d34b45627e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export default Ember.Component.extend({
return tagsArray;
}
if (type == "tag" && tag) {
if (type === "tag" && tag) {
return [tag];
}
},