Skip to content

Commit

Permalink
Fix hero data on GFX
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Nov 22, 2024
1 parent 9a75059 commit 34e4850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/src/components/broadcast/roots/GFXRoot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ export default {
}),
"teams": ReactiveArray("teams", {
"theme": ReactiveThing("theme")
})
}),
"heroes": ReactiveArray("heroes")
});
}
}
Expand Down

0 comments on commit 34e4850

Please sign in to comment.