Skip to content

Commit

Permalink
Merge pull request #4997 from thematters/hotfix/update-campaign-id
Browse files Browse the repository at this point in the history
hotfix(CampaignDetail): update campaign id
  • Loading branch information
Kechicode authored Dec 17, 2024
2 parents 87155ea + 8c5fdc3 commit e3201cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CampaignDetail/Apply/Dialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const ApplyCampaignDialog = ({
}: ApplyCampaignDialogProps) => {
const { show, openDialog, closeDialog } = useDialogSwitch(true)
// TODO: remove this after annual questionnaire is over
const isAnnualQuestionnaire = campaign.id === 'QXJ0aWNsZTo4MjA3Mjc'
const isAnnualQuestionnaire = campaign.id === 'Q2FtcGFpZ246OQ'

const now = new Date()
const { end: appEnd } = campaign.applicationPeriod || {}
Expand Down

0 comments on commit e3201cd

Please sign in to comment.