fix(client): use block for video challenge right breadcrumb (#41397)

This commit is contained in:
gikf
2021-03-07 19:06:17 +01:00
committed by GitHub
parent 0432ec995f
commit e213c9f581

View File

@ -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 {
<Row>
<Spacer />
<ChallengeTitle
block={blockName}
block={block}
isCompleted={isChallengeCompleted}
superBlock={superBlock}
translationPending={translationPending}
@ -323,6 +324,7 @@ export const query = graphql`
challengeType
helpCategory
superBlock
block
fields {
blockName
slug