Remove uneeded comment
[MAILPOET-2281]
This commit is contained in:
committed by
Jack Kitterhing
parent
61cd5e1cc2
commit
b0be99f8f8
@ -77,7 +77,7 @@ SidebarView = Marionette.View.extend({
|
||||
}
|
||||
},
|
||||
},
|
||||
templateContext: function () { // eslint-disable-line func-names
|
||||
templateContext: function () {
|
||||
return {
|
||||
isWoocommerceTransactional: this.model.isWoocommerceTransactional(),
|
||||
};
|
||||
|
Reference in New Issue
Block a user