fixed querying chart tracks twice

This commit is contained in:
RemixDev
2022-01-04 22:28:09 +01:00
parent 33e03f0973
commit cd5b7ef7c3
2 changed files with 1 additions and 2 deletions

View File

@@ -182,7 +182,6 @@ export default {
if (i !== this.countries.length) {
this.id = this.countries[i].id
getChartTracks(this.id).then(response => this.setTracklist(response.data))
} else {
this.country = ''
localStorage.setItem('chart', this.country)