Skip to content

Commit

Permalink
fix: dont display held pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
awwpotato committed Nov 18, 2024
1 parent 453e6d5 commit 2594729
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/scout/ActionInputs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
const is_eject_state = $derived(actionState === 'Eject');
</script>

<span class="font-bold">Number of pieces currently held: {held_scorables}</span>
<div class="align-center flex w-[80%] min-w-[60%] max-w-96 flex-grow flex-col">
{#if is_none_state}
<div class="flex flex-col gap-4">
Expand Down

0 comments on commit 2594729

Please sign in to comment.