mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-07-07 13:52:12 +00:00
Fix the build.
This commit is contained in:
parent
31efc7025d
commit
d34b45627e
@ -23,7 +23,7 @@ export default Ember.Component.extend({
|
|||||||
return tagsArray;
|
return tagsArray;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type == "tag" && tag) {
|
if (type === "tag" && tag) {
|
||||||
return [tag];
|
return [tag];
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user