diff --git a/src/templates/cfp/index.tsx b/src/templates/cfp/index.tsx index fc28f3768c..6b989a110e 100644 --- a/src/templates/cfp/index.tsx +++ b/src/templates/cfp/index.tsx @@ -16,13 +16,14 @@ const CFP: FunctionComponent< }> > = ({ data, location }) => { const config = transformConfig(data.allAirtableconfig.nodes) + const formType = config?.cfpform?.value || "airtable" return ( <>
- {config.cfpform.value === "airtable" &&