Skip to content

Commit

Permalink
make sure Creep Vote section shows vote result after user has success…
Browse files Browse the repository at this point in the history
…fully signed up for newsletter
  • Loading branch information
mmmavis committed Jan 30, 2024
1 parent db54538 commit 5372a5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/js/buyers-guide/components/creep-vote/creep-vote.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,13 @@ class CreepVote extends Component {
</p>
}
apiUrl={this.props.joinUsApiUrl}
showQuitButton="true"
handleQuitButtonClick={(successState) =>
this.handleSignUp(successState)
}
showQuitButton="true"
handleSubmissionSuccess={(successState) =>
this.handleSignUp(successState)
}
/>
</div>
</Fragment>
Expand Down

0 comments on commit 5372a5e

Please sign in to comment.