Skip to content

Commit b35185b

Browse files
committed
Have SkipAcquisition move to staging
1 parent 40622cd commit b35185b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feedingwebapp/src/Pages/Home/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function Home(props) {
119119
let nextMealState = MEAL_STATE.U_BiteAcquisitionCheck
120120
let backMealState = MEAL_STATE.R_MovingAbovePlate
121121
// TODO: Add an icon for this errorMealState!
122-
let errorMealState = MEAL_STATE.R_MovingToRestingPosition
122+
let errorMealState = MEAL_STATE.R_MovingToStagingConfiguration
123123
let errorMealStateDescription = 'Skip Acquisition'
124124
return (
125125
<RobotMotion

0 commit comments

Comments
 (0)