diff --git a/hwe/ts/PageFront.vue b/hwe/ts/PageFront.vue index f69d652b..056a49a6 100644 --- a/hwe/ts/PageFront.vue +++ b/hwe/ts/PageFront.vue @@ -83,6 +83,8 @@ :myLevel="generalInfo.officerLevel" :nationLevel="nationStaticInfo?.level ?? 0" :nationColor="nationStaticInfo?.color.substring(1, 7) ?? '000000'" + :isTournamentApplicationOpen="globalInfo.isTournamentApplicationOpen" + :isBettingActive="globalInfo.isBettingActive" />