diff --git a/assets/js/src/newsletter_editor/components/content.js b/assets/js/src/newsletter_editor/components/content.js index 195e43dc27..fd50e9d98f 100644 --- a/assets/js/src/newsletter_editor/components/content.js +++ b/assets/js/src/newsletter_editor/components/content.js @@ -64,7 +64,7 @@ Module.findModels = function findModels(predicate) { }; Module.renderContent = function renderContent(content) { - if (App._contentContainerView) { + if (App._contentContainer) { App._contentContainer.destroy(); } if (App._contentContainerView) { diff --git a/views/newsletter/templates/components/history.hbs b/views/newsletter/templates/components/history.hbs index 312e0b5bbb..6dde6bc5b6 100644 --- a/views/newsletter/templates/components/history.hbs +++ b/views/newsletter/templates/components/history.hbs @@ -1,15 +1,15 @@
- - - - - - + + + + + + - - - - - - + + + + + +