Skip to content

Commit

Permalink
bugfix: adding subscription input to profiling thank you page
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarcia-lightit committed Apr 23, 2024
1 parent fa88291 commit d2d61c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/eo_web/src/screens/ProfilingThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { Typography } from "@eo/ui";

import { useApi } from "~/api/useApi";
import { AllDonePanel } from "~/components/AllDonePanel";
import { EOInYourInbox } from "~/components/EOInYourInbox";
import { FAQs } from "~/components/FAQs";
import { HowEOWorks } from "~/components/HowEOWorks";
import { WEB_APP_URL } from "~/configs/env";
Expand Down Expand Up @@ -88,6 +89,7 @@ export const ProfilingThankYou = () => {
</AllDonePanel>
<HowEOWorks pilot={flow == Flows.cancer_pilot} />
<FAQs channel={channel ?? undefined} flow={flow} />
<EOInYourInbox />
{[
"c_org",
"cancer_pilot",
Expand Down

0 comments on commit d2d61c3

Please sign in to comment.