Skip to content

Commit

Permalink
Fix duplicate case
Browse files Browse the repository at this point in the history
  • Loading branch information
terotik committed Feb 26, 2025
1 parent d08f90c commit 0ba378f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/common/StreamField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -419,11 +419,6 @@ function StreamFieldBlock(props: StreamFieldBlockProps) {
<AccessibilityStatementPreparationInformationBlock {...block} id={id} />
);
}
case 'AccessibilityStatementPreparationInformationBlock': {
return (
<AccessibilityStatementPreparationInformationBlock {...block} id={id} />
);
}
case 'PathsOutcomeBlock': {
const { heading, helpText, outcomeNodeId } = block;
return (
Expand Down

0 comments on commit 0ba378f

Please sign in to comment.