Skip to content

Commit

Permalink
fix: recent location localstorage default value
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Dec 22, 2023
1 parent 1947ff8 commit 18dd9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default {
},

clearRecentLocations() {
clearLocalStorageItem(RECENT_LOCATIONS_LOCAL_STORAGE_KEY)
clearLocalStorageItem(RECENT_LOCATIONS_LOCAL_STORAGE_KEY, [])
},

getLastCurrencyUsed() {
Expand Down

0 comments on commit 18dd9d1

Please sign in to comment.