diff --git a/components/fiscal-sponsorship/contact.js b/components/fiscal-sponsorship/contact.js index aee67ead..2472ae71 100644 --- a/components/fiscal-sponsorship/contact.js +++ b/components/fiscal-sponsorship/contact.js @@ -7,13 +7,13 @@ const phoneNumberUri = '+1-844-237-2290' const email = 'hcb@hackclub.com' export default function ContactBanner({ sx }) { - const { step } = useMultiStepContext() - const firstStep = step === 0 + const stepContext = useMultiStepContext() + const firstStep = stepContext?.step === 0 return (