try again

This commit is contained in:
Branden J Brown 2024-02-03 14:04:21 -06:00
parent acf1e14d7d
commit 702dfe63ac
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<v-sheet v-if="!props.dealer && stats.cuffs" class="ml-4 text-button" :elevation="2">CUFFED</v-sheet> <v-sheet v-if="!props.dealer && stats.cuffs" class="ml-4 text-button" :elevation="2">CUFFED</v-sheet>
</v-row> </v-row>
<v-row class="d-flex flex-fill"> <v-row class="d-flex flex-fill">
<v-col v-if="!props.dealer" cols="4"></v-col> <v-spacer v-if="!dealer"></v-spacer>
<v-col cols="8"> <v-col cols="8">
<PlayerItems :items="props.stats.items" :disabled="props.disabled" @item="(evt: number) => emit('item', evt)" /> <PlayerItems :items="props.stats.items" :disabled="props.disabled" @item="(evt: number) => emit('item', evt)" />
</v-col> </v-col>