feat: display instructions on frontend projects (#43862)

This commit is contained in:
Oliver Eyton-Williams
2021-10-14 17:55:40 +02:00
committed by GitHub
parent f3e1c59c92
commit 9bb1919e83

View File

@ -138,6 +138,7 @@ class Project extends Component<ProjectProps> {
forumTopicId,
title,
description,
instructions,
superBlock,
block,
translationPending
@ -175,7 +176,10 @@ class Project extends Component<ProjectProps> {
>
{title}
</ChallengeTitle>
<ChallengeDescription description={description} />
<ChallengeDescription
description={description}
instructions={instructions}
/>
<SolutionForm
challengeType={challengeType}
description={description}
@ -216,6 +220,7 @@ export const query = graphql`
forumTopicId
title
description
instructions
challengeType
helpCategory
superBlock