mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-04-24 23:37:00 -05:00
Fix a mistake
This commit is contained in:
parent
8a22193bda
commit
3f9d65f308
|
|
@ -16,8 +16,6 @@ export default {
|
|||
if (!this.festival || !this.results)
|
||||
return;
|
||||
|
||||
console.log(this.festival,this.results)
|
||||
|
||||
let winner = this.results.summary.total ? 'bravo' : 'alpha';
|
||||
|
||||
let team = `<span style="color: ${this.festival.colors[winner].css_rgb}">${this.teamNames[winner]}</span>`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user