We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40622cd commit b35185bCopy full SHA for b35185b
feedingwebapp/src/Pages/Home/Home.jsx
@@ -119,7 +119,7 @@ function Home(props) {
119
let nextMealState = MEAL_STATE.U_BiteAcquisitionCheck
120
let backMealState = MEAL_STATE.R_MovingAbovePlate
121
// TODO: Add an icon for this errorMealState!
122
- let errorMealState = MEAL_STATE.R_MovingToRestingPosition
+ let errorMealState = MEAL_STATE.R_MovingToStagingConfiguration
123
let errorMealStateDescription = 'Skip Acquisition'
124
return (
125
<RobotMotion
0 commit comments