Skip to content

Commit

Permalink
fix: clear decklist button not clearing deck url
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi committed Jul 8, 2024
1 parent 19182ee commit ae1212b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/find-my-combos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ const FindMyCombos = () => {
setCurrentlyParsedDeck(undefined)
setDecklist("");
setCommanderList("");
setDeckUrl("");
setResults(DEFAULT_RESULTS)
localStorage.removeItem(LOCAL_STORAGE_DECK_STORAGE_KEY);
localStorage.removeItem(LOCAL_STORAGE_COMMANDER_STORAGE_KEY);
Expand Down

0 comments on commit ae1212b

Please sign in to comment.