Skip to content

Commit

Permalink
chore: fixed Keyword duplication in dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
cazzaranjosh committed Aug 15, 2024
1 parent cc12667 commit 18faefb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/event-calendar/event-calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,6 @@ export default async function decorate(doc) {
}

const searchTermsEl = document.querySelector('#search-terms');
for (const i in keywordsArr) {
createEl('option', {}, keywordsArr[i], keywordEl);
}

document.querySelector('#search-button').addEventListener('click', () => {
const category = categoryEl.value;
Expand Down

0 comments on commit 18faefb

Please sign in to comment.