File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
web-app/src/services/state/actions Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ export default {
182182 // has next stage?
183183
184184 const stageIndex = stages . findIndex ( ( s : G . Stage ) => s . id === position . stageId )
185- const stageComplete = progress . stages [ position . stageId ]
186185 const finalStage = ( stageIndex > - 1 && stageIndex === stages . length - 1 )
187186 const hasNextStage = ( ! finalStage )
188187
@@ -200,7 +199,6 @@ export default {
200199 // has next level?
201200
202201 const levelIndex = levels . findIndex ( ( l : G . Level ) => l . id === position . levelId )
203- const levelComplete = progress . levels [ position . levelId ]
204202 const finalLevel = ( levelIndex > - 1 && levelIndex === levels . length - 1 )
205203 const hasNextLevel = ( ! finalLevel )
206204
You can’t perform that action at this time.
0 commit comments