Skip to content

Commit

Permalink
#203 Remove unused data-testids
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jan 2, 2024
1 parent dc44d51 commit ea1a7a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/ParamSection/ParamSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ export default function ParamSection() {
return (
<Box sx={paramSectionSx}>
<Paper square elevation={2} sx={paramHeaderSx}>
<Typography data-testid="parameter-section-heading" variant="h2">
Parameters
</Typography>
<Typography variant="h2">Parameters</Typography>
<ParamControls />
</Paper>
<ParamList />
Expand Down

0 comments on commit ea1a7a7

Please sign in to comment.