Skip to content

Commit

Permalink
fencing: fix double-touch (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
markspolakovs committed May 4, 2024
1 parent 2b51ce7 commit af276f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scores-src/src/common/sports/rosesFencing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af276f2

Please sign in to comment.