Skip to content

Commit

Permalink
hotfix(CampaignDetail): update campaign id
Browse files Browse the repository at this point in the history
  • Loading branch information
Kechicode committed Dec 17, 2024
1 parent 87155ea commit 8c5fdc3
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 8c5fdc3

Please sign in to comment.