Skip to content

Commit

Permalink
Merge pull request #90 from CaritasDeutschland/feature-deactivate-ct-20
Browse files Browse the repository at this point in the history
feat: 🎸 deactivate registration to ct 20
  • Loading branch information
koepferd authored Dec 21, 2020
2 parents e182402 + 3b0d155 commit daa5a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profile/profileHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export enum REGISTRATION_STATUS_KEYS {
REGISTERED = 'REGISTERED',
UNREGISTERED = 'UNREGISTERED'
}
const forAskerRegistrationExcludedConsultingTypes = [1, 19];
const forAskerRegistrationExcludedConsultingTypes = [1, 19, 20];
export const getConsultingTypesForRegistrationStatus = (
userData: UserDataInterface,
registrationStatus: REGISTRATION_STATUS_KEYS
Expand Down

0 comments on commit daa5a20

Please sign in to comment.