Skip to content

Commit

Permalink
feat: update referred by copies (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoycoechea-lightit authored Jul 26, 2024
1 parent b896e14 commit 13cc704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/eo_web/src/screens/AccountCreation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export const ReferralOptions = {
"Imerman Angels": Flows.imerman,
"Stupid Cancer": Flows.stupid_cancer,
"Cancer Support Community": Flows.cancer_support_community,
"UVA": Flows.uva,
"Inova": Flows.inova,
"UVA Health": Flows.uva,
"Inova Schar Cancer Institute": Flows.inova,
} as const;

export type ReferralOptionsType = keyof typeof ReferralOptions;
Expand Down

0 comments on commit 13cc704

Please sign in to comment.