Fix off-by-one error in JSON UI for skipping steps
Created by: eseliger
Steps are 1-indexed in our JSON UI, but we forgot to add the obligatory +1 here that we do everywhere else.
Created by: eseliger
Steps are 1-indexed in our JSON UI, but we forgot to add the obligatory +1 here that we do everywhere else.