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 c30fe8a commit 1d37166
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 159 deletions.

Large diffs are not rendered by default.

121 changes: 0 additions & 121 deletions apps/eo_web/dist/assets/main-65de2abd.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/eo_web/dist/assets/main-f8165bac.css

This file was deleted.

2 changes: 1 addition & 1 deletion apps/eo_web/dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"css": [
"assets/main-e8b543da.css"
],
"file": "assets/main-68403277.js",
"file": "assets/main-1ee8dd76.js",
"isEntry": true,
"src": "src/main.tsx"
}
Expand Down
1 change: 0 additions & 1 deletion apps/eo_web/src/router/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { RegisterComplete } from "~/screens/RegisterComplete";
import { Profiling as SeniorProfiling } from "~/screens/Senior/Profiling";
import { SeniorSurveyForm } from "~/screens/Senior/SeniorSurveyForm";
import { SeniorSurveyThankYou } from "~/screens/Senior/SeniorSurveyThankYou";
import { SurveyThankYou } from "~/screens/SurveyThankYou";
import { UnavailableZipCode } from "~/screens/UnavailableZipCode";
import { UserRolSelector } from "~/screens/UserRolSelector";
import { ZipCodeValidation } from "~/screens/ZipCodeValidation";
Expand Down
8 changes: 0 additions & 8 deletions apps/eo_web/src/screens/SurveyThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ export const SeniorSurveyThankYou = () => {
navigate("/");
}

<<<<<<<< HEAD:apps/eo_web/src/screens/SurveyThankYou.tsx
const { postCancerSurveyFormSubmission } = useApi();
========
const { postSeniorSurveyFormSubmission } = useApi();
>>>>>>>> main:apps/eo_web/src/screens/Senior/SeniorSurveyThankYou.tsx

const { mutate } = useMutation({
mutationFn: postSeniorSurveyFormSubmission,
Expand Down Expand Up @@ -56,11 +52,7 @@ export const SeniorSurveyThankYou = () => {
<Typography
variant="base"
font="regular"
<<<<<<<< HEAD:apps/eo_web/src/screens/SurveyThankYou.tsx
className="font-nunito text-center text-[28px] font-light leading-[40px]"
========
className="text-center font-nunito text-[28px] font-light leading-[40px]"
>>>>>>>> main:apps/eo_web/src/screens/Senior/SeniorSurveyThankYou.tsx
>
We receive your feedback! <br />
<br />
Expand Down

0 comments on commit 1d37166

Please sign in to comment.