mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix(ranked): error in ranked component
This commit is contained in:
parent
dbd87baab4
commit
2a03163a14
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ export default {
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
animateLeagueDegrees(stop = false) {
|
animateLeagueDegrees(stop = false) {
|
||||||
if (stop) return
|
if (stop || !this.$refs.leagueBorder) return
|
||||||
this.selectedLeague.leaguePoints > 50 ? this.currentDegree += 2 : this.currentDegree++
|
this.selectedLeague.leaguePoints > 50 ? this.currentDegree += 2 : this.currentDegree++
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue