diff --git a/scores-src/src/common/sports/rosesFencing/index.tsx b/scores-src/src/common/sports/rosesFencing/index.tsx index 96c5b89..baa7195 100644 --- a/scores-src/src/common/sports/rosesFencing/index.tsx +++ b/scores-src/src/common/sports/rosesFencing/index.tsx @@ -164,6 +164,8 @@ const slice = createSlice({ }, doubleTap: { reducer(state) { + state.scoreHome++; + state.scoreAway++; state.segmentPoints[state.segmentPoints.length - 1].push({ side: "home", player: null,