Skip to content

Commit

Permalink
Merge pull request #12369 from LianaHarris360/add-display-title-funct
Browse files Browse the repository at this point in the history
Display question titles with displayQuestionTitle
  • Loading branch information
rtibbles authored Jun 27, 2024
2 parents 450e06a + 60a1a07 commit dc7a843
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
v-if="content && content.available"
class="question-title"
>
{{ currentQuestion.title }}
{{ displayQuestionTitle(currentQuestion, content.title) }}
</h3>
<ContentRenderer
v-if="content && content.available && questionId"
Expand Down

0 comments on commit dc7a843

Please sign in to comment.