Skip to content

Commit

Permalink
merge: Fixed conflicts between main and dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Lois authored and Lucas Lois committed Dec 28, 2023
1 parent 1d37166 commit 47b1a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/eo_web/src/router/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const Router = () => {
<Route element={<Profiling />} path={ROUTES.cancerForm} />

<Route element={<SurveyForm />} path={ROUTES.cancerSurvey} />
<Route element={<SurveyThankYou />} path={ROUTES.cancerSurveyThankYou} />
<Route element={<SeniorSurveyThankYou />} path={ROUTES.cancerSurveyThankYou} />

{/* ATHLETES */}
<Route element={<AthleteSurveyForm />} path={ROUTES.athleteSurvey} />
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/screens/Cancer/SurveyForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const SurveyForm = () => {

useEffect(() => {
jotformScript(formId);
}, []);
}, [formId]);
return (
<LayoutDefault>
<div className="mb-10 flex h-screen flex-col">
Expand Down

0 comments on commit 47b1a21

Please sign in to comment.