diff --git a/common/app/routes/Hikes/components/Question.jsx b/common/app/routes/Hikes/components/Question.jsx index 2524aa6748..bc2dabc283 100644 --- a/common/app/routes/Hikes/components/Question.jsx +++ b/common/app/routes/Hikes/components/Question.jsx @@ -48,7 +48,7 @@ export default stampit(React, { // next questions does not exit // find next hike // - const nextHike = hikes + const nextHike = [].slice.call(hikes) // hikes is in oder of difficulty, lets get reverse order .reverse() // now lets find the hike with the difficulty right above this one