Skip to content

Commit 1f4fde6

Browse files
authored
Update Auton2.jsx
Fixed key for dropped coral/algae from algaeShot to autonCoralAlgaeDropped
1 parent a66921d commit 1f4fde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screens/Scouting/Auton2.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const Auton2 = ({backConfirm}) => {
7979
item={
8080
<CounterBox
8181
onChange={value =>
82-
setDict('autonAlgaeShot', value)
82+
setDict('autonCoralAlgaeDropped', value)
8383
}
8484
/>
8585
}

0 commit comments

Comments
 (0)