Skip to content

Commit

Permalink
Fix excluded keywords reactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
umanghome committed Apr 23, 2021
1 parent 12ce753 commit 98615f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
let previouslySearched = LocalStorage.getItem(STORAGE_KEY.generated_links, []);
let popularCityLinks = [];
$: alsoSearchFor, inputs, checkboxes, generateLinks();
$: alsoSearchFor, inputs, checkboxes, generatePopularCityLinks();
$: alsoSearchFor, inputs, checkboxes, excludeKeywords, generateLinks();
$: alsoSearchFor, inputs, checkboxes, excludeKeywords, generatePopularCityLinks();
function getAlsoSearchForString() {
const keywords = Object.keys(alsoSearchFor).reduce((keywordsSoFar, item) => {
Expand Down

1 comment on commit 98615f7

@vercel
Copy link

@vercel vercel bot commented on 98615f7 Apr 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.