feat: display instructions on frontend projects (#43862)

pull/43897/head
Oliver Eyton-Williams 2021-10-14 17:55:40 +02:00 committed by GitHub
parent f3e1c59c92
commit 9bb1919e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

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