Skip to content

Commit 5b02d6b

Browse files
committed
run fmt
1 parent 4ee310b commit 5b02d6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/console/views/Game.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,8 @@ onUnmounted(() => {
636636
:class="{
637637
'scale-105 shadow-[0_8px_28px_rgba(0,0,0,0.35),_0_0_0_2px_var(--console-game-play-button-focus-border),_0_0_16px_var(--console-accent-secondary)]':
638638
selectedZone === 'play',
639-
'opacity-60 cursor-not-allowed': isConsoleEmulationDisabled,
639+
'opacity-60 cursor-not-allowed':
640+
isConsoleEmulationDisabled,
640641
}"
641642
:disabled="isConsoleEmulationDisabled"
642643
@click="play()"

0 commit comments

Comments
 (0)