diff --git a/src/app.js b/src/app.js index 3642ee4..fab843e 100644 --- a/src/app.js +++ b/src/app.js @@ -23,11 +23,6 @@ class AppBase extends HTMLElement { this.render(); } - renderOptions() { - const textList = this.store.getRecords(); - return textList.map((item) => ``).join('\n'); - } - render(action = 'INIT') { if (![Store.actions.OPEN_MODAL, Store.actions.CLOSE_MODAL, Store.actions.ADD_LINE, Store.actions.REMOVE_LINE, Store.actions.UNDO, 'INIT'].includes(action)) { return; // Only render if content changed @@ -85,7 +80,7 @@ class AppBase extends HTMLElement {

${this.text.title}

${this.text.description}