|
@@ -186,6 +186,7 @@ const Register: React.FC<Props> = ({ authenticate }) => {
|
|
|
chosenReferralOption === "Other"
|
|
chosenReferralOption === "Other"
|
|
|
? `Other: ${referralOtherText}`
|
|
? `Other: ${referralOtherText}`
|
|
|
: chosenReferralOption,
|
|
: chosenReferralOption,
|
|
|
|
|
+ referred_by_code: referralCode,
|
|
|
},
|
|
},
|
|
|
{}
|
|
{}
|
|
|
)
|
|
)
|