Remove uneeded comment

[MAILPOET-2281]
This commit is contained in:
Amine Ben hammou
2019-09-25 20:15:11 +01:00
committed by Jack Kitterhing
parent 61cd5e1cc2
commit b0be99f8f8

View File

@ -77,7 +77,7 @@ SidebarView = Marionette.View.extend({
}
},
},
templateContext: function () { // eslint-disable-line func-names
templateContext: function () {
return {
isWoocommerceTransactional: this.model.isWoocommerceTransactional(),
};