Skip to content

Commit 6a0fa3a

Browse files
committed
Fix halftime buttons
1 parent 8377dc3 commit 6a0fa3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/views/MatchView.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ onUnmounted(() => {
9191
</div>
9292
</div>
9393
<template v-if="halftime">
94-
<q-separator spaced/>
95-
<div v-if="!halftime" class="row justify-evenly">
94+
<div class="row justify-evenly">
9695
<SwitchColorButton/>
9796
<SwitchSidesButton/>
9897
</div>

0 commit comments

Comments
 (0)