From e213c9f581cdc6d83e7b86910c2854d50aecd2d3 Mon Sep 17 00:00:00 2001 From: gikf <60067306+gikf@users.noreply.github.com> Date: Sun, 7 Mar 2021 19:06:17 +0100 Subject: [PATCH] fix(client): use block for video challenge right breadcrumb (#41397) --- client/src/templates/Challenges/video/Show.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/templates/Challenges/video/Show.js b/client/src/templates/Challenges/video/Show.js index 856fb253c9..cdc271ad84 100644 --- a/client/src/templates/Challenges/video/Show.js +++ b/client/src/templates/Challenges/video/Show.js @@ -162,6 +162,7 @@ export class Project extends Component { title, description, superBlock, + block, translationPending, videoId, question: { text, answers, solution } @@ -193,7 +194,7 @@ export class Project extends Component {