diff --git a/ghost/admin/app/components/gh-task-button.js b/ghost/admin/app/components/gh-task-button.js index 9d4504ce88..639d3ca9e3 100644 --- a/ghost/admin/app/components/gh-task-button.js +++ b/ghost/admin/app/components/gh-task-button.js @@ -110,6 +110,7 @@ const GhTaskButton = Component.extend({ // has happened when the button is clicked _restartAnimation: task(function* () { if (this.$('.retry-animated').length) { + // eslint-disable-next-line let elem = this.$('.retry-animated')[0]; elem.classList.remove('retry-animated'); yield timeout(10);