diff --git a/frontend-sba/components/Game/RunnerCard.vue b/frontend-sba/components/Game/RunnerCard.vue index c2c1cce..1a6f2eb 100644 --- a/frontend-sba/components/Game/RunnerCard.vue +++ b/frontend-sba/components/Game/RunnerCard.vue @@ -1,73 +1,37 @@ @@ -79,7 +43,7 @@ import { useGameStore } from '~/store/game' interface Props { base: '1B' | '2B' | '3B' runner: LineupPlayerState | null - isExpanded: boolean + isSelected: boolean teamColor: string } @@ -125,63 +89,20 @@ function handleClick() { diff --git a/frontend-sba/components/Game/RunnersOnBase.vue b/frontend-sba/components/Game/RunnersOnBase.vue index c608098..dc9bd7e 100644 --- a/frontend-sba/components/Game/RunnersOnBase.vue +++ b/frontend-sba/components/Game/RunnersOnBase.vue @@ -1,83 +1,69 @@