mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Fixes TUBs breaking Fiscal Sponsorship Application (#1487)
* HCB Referral Tracking * Change referral code field to defaultValue * Add referral alert * Fix formatting * Adjust copy * Fix spacing * HCB: Set Tubs to GFGS if referral code is used. * Fixes Tubs being undefined --------- Co-authored-by: Gary Tou <gary@garytou.com>
This commit is contained in:
parent
851e0af133
commit
c936d7925e
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export default async function handler(req, res) {
|
|||
'(Adults) Annual Budget': parseInt(data.eventAnnualBudget),
|
||||
'HCB ID': r.id,
|
||||
'Referral Code': data.referralCode,
|
||||
Tubs: data.referralCode ? 'GFGS' : ''
|
||||
Tubs: data.referralCode ? 'GFGS' : undefined
|
||||
})
|
||||
res.status(200).end()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue