Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian4res committed Oct 17, 2024
1 parent c419e2c commit 665482a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ interface Props {
questionnaire: Questionnaire;
}

// Temporarily hardcoding IPS roles that can create donor cases (business logic)
const VALID_IPS_ROLES = ["IPS Manager", "IPS Field Interviewer", "IPS Pilot Interviewer"];

function CreateDonorCases({ questionnaire }: Props): ReactElement {
Expand Down

0 comments on commit 665482a

Please sign in to comment.