Compare commits

..

No commits in common. "e2e529064ff558b0dbe2c5e888bc3c6a34fdfa4b" and "e47d5dd3f7ea7d2a7a8eaba8525671404717b489" have entirely different histories.

1 changed files with 4 additions and 7 deletions

View File

@ -384,13 +384,10 @@ export default {
//
closePeopleRanking() {
this.showPeopleRanking = false
if (this.amountTopThree.length > 0) {
//
setTimeout(() => {
this.showAmountRanking = true
}, 300)
} else {
this.$emit('onRankingComplete')
}
},
//