From 9bb1919e83e0e893a020fad2e0ba158b25229b96 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Thu, 14 Oct 2021 17:55:40 +0200 Subject: [PATCH] feat: display instructions on frontend projects (#43862) --- client/src/templates/Challenges/projects/frontend/Show.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/src/templates/Challenges/projects/frontend/Show.tsx b/client/src/templates/Challenges/projects/frontend/Show.tsx index 71ea456c916..c138ec00175 100644 --- a/client/src/templates/Challenges/projects/frontend/Show.tsx +++ b/client/src/templates/Challenges/projects/frontend/Show.tsx @@ -138,6 +138,7 @@ class Project extends Component { forumTopicId, title, description, + instructions, superBlock, block, translationPending @@ -175,7 +176,10 @@ class Project extends Component { > {title} - +