Enable deletion of user preferences

This commit is contained in:
Conor McNamara
2023-03-16 11:15:40 +00:00
parent 063b858777
commit 66c6dae003
3 changed files with 29 additions and 2 deletions

View File

@ -163,7 +163,6 @@ export default {
this.showNotYetRunning = response.data.data["showNotYetRunning"]
// update the map with the user's preferences
console.log("got preferences")
this.decideShowStations()
this.decideShowTrains()
}