Skip to content

Commit

Permalink
game-layout: remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
zoton2 committed Feb 22, 2024
1 parent 84019f0 commit 389c229
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/graphics/game-layout/esaw24-16x9-1p.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<layout-base
:camera-height="thisEvent === 2 ? `550px` : undefined"
:camera-extra-box="thisEvent === 2"
:participants-zoom="0.85"
/>
</template>
Expand Down
1 change: 0 additions & 1 deletion src/graphics/game-layout/esaw24-base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ export default class extends Vue {
@Prop({ type: String, required: false }) participantsHeight!: string | undefined;
@Prop({ type: Number, required: false }) participantsZoom!: number | undefined;
@Prop({ type: Boolean, default: true }) participantsBorderBottom!: boolean;
@Prop({ type: Boolean, default: false }) cameraExtraBox!: boolean;
@Prop({ type: String, required: false }) gameInfoMediaBoxTop!: string | undefined;
@Prop({ type: String, required: false }) gameInfoMediaBoxHeight!: string | undefined;
@Prop({ type: String, required: false }) donationBarTop!: string | undefined;
Expand Down

0 comments on commit 389c229

Please sign in to comment.