Skip to content

Commit

Permalink
about.daangn.com: fix typo typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Dec 10, 2024
1 parent c68552e commit 211a649
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export const createPages = async ({ graphql, actions }, pluginOptions) => {
navigationId,
id: jobPost.id,
ghId: jobPost.ghId,
useComfirmationEmail: data.prismicTeamContents?.data?.use_confirmation_email ?? false,
useConfirmationEmail: data.prismicTeamContents?.data?.use_confirmation_email ?? false,
},
});
}
Expand Down

0 comments on commit 211a649

Please sign in to comment.