diff --git a/new/src/components/Scenarios/Scenario.tsx b/new/src/components/Scenarios/Scenario.tsx index 28edffad..030a9c74 100644 --- a/new/src/components/Scenarios/Scenario.tsx +++ b/new/src/components/Scenarios/Scenario.tsx @@ -35,7 +35,7 @@ export function Scenario(props: ScenarioProps) { [expanded] ); - return props.scenario.scenarioCases.length === 1 ? ( + return (
- ) : ( -
); } @@ -77,8 +75,6 @@ function SingleCaseScenario(props: { summary: string; className: string; }) { - - return ( {props.scenarioCase.steps.map((step: StepModel, index) => (