Skip to content

Commit

Permalink
chore: add ishighlighted to stories
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Divers committed Dec 12, 2024
1 parent cd73fdb commit 295f646
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/stories/BlockCardThreeColumn.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const mockDefault = {
title: 'Guest speaker'
},
{
title: '35mm'
title: '35mm',
isHighlighted: true
}
],
}
Expand All @@ -39,7 +40,8 @@ const mockSingleDigitDate = {
title: 'Guest speaker'
},
{
title: '35mm'
title: '35mm',
isHighlighted: true
}
],
}
Expand Down Expand Up @@ -137,4 +139,4 @@ export function NoImage(args) {
:tagLabels="tagLabels"
/>`,
}
}
}

Check failure on line 142 in src/stories/BlockCardThreeColumn.stories.js

View workflow job for this annotation

GitHub Actions / eslint

Newline required at end of file but not found

0 comments on commit 295f646

Please sign in to comment.