Skip to content

Commit

Permalink
fix: temp variable removal
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks committed Nov 20, 2024
1 parent fb6b8db commit 895f5e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/total-typescript/src/pages/wizard-quiz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const WizardQuizPage = ({rank}: {rank: string}) => {
currentQuestion,
currentQuestionId,
isLoading,

isComplete,
isPresenting,
sendToMachine,
handleSubmitAnswer,
Expand All @@ -148,8 +148,6 @@ const WizardQuizPage = ({rank}: {rank: string}) => {
machineState,
} = useSurveyPageOfferMachine(WIZARD_QUIZ_ID)

const isComplete = true

const answerSurveyMutation = trpc.convertkit.answerSurvey.useMutation()
const answerSurveyMultipleMutation =
trpc.convertkit.answerSurveyMultiple.useMutation()
Expand Down

0 comments on commit 895f5e5

Please sign in to comment.