@@ -30,6 +30,7 @@ main.view--onboarding
p(v-if='currentStep != 0') You have completed: {{ currentStep }} / {{ survey?.steps?.length }} survey steps
article(v-else)
+ // TODO: format answers and surveySteps on created based off of existing responses
SurveyCompleteView(:answers='answered' :surveySteps='survey.steps' :responses='responses')
</template>