Skip to content

Commit

Permalink
Merge pull request #6238 from google/enhancement/#5890-design-followup
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv authored Dec 2, 2022
2 parents 74ca163 + 1aa0f07 commit 2a24f57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/components/user-input/UserInputQuestionnaire.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ export default function UserInputQuestionnaire() {
height={ 0 }
indeterminate={ false }
progress={
( activeSlugIndex + 1 ) / USER_INPUT_QUESTIONS_LIST.length
( activeSlugIndex + 1 ) /
( USER_INPUT_QUESTIONS_LIST.length + 1 ) // +1 here to account for the UserInputPreview screen.
}
className="googlesitekit-user-input__question--progress"
/>
Expand Down

0 comments on commit 2a24f57

Please sign in to comment.