Skip to content

Commit

Permalink
fix id (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
martyncolmer authored Mar 7, 2022
1 parent bd439c6 commit 4ce1ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eq_schema/block-types/Introduction/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Introduction {
if(additionalGuidancePanel) {
this.primary_content.push(
{
id: "additional_guidance",
id: "additional-guidance",
contents: [{
guidance: {
contents: this.buildContents(additionalGuidancePanel, ctx),
Expand Down

0 comments on commit 4ce1ddf

Please sign in to comment.