Skip to content

Commit

Permalink
fix: name convention
Browse files Browse the repository at this point in the history
  • Loading branch information
mattystank committed Jul 25, 2023
1 parent 9d1832d commit 8058a83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/standards/test-tool/test-tool-edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const useStyles = makeStyles({
gap: '8px',
flexWrap: 'wrap',
},
dataContainer: {
horizontalInput: {
display: 'flex',
flexDirection: 'row',
gap: '16px',
Expand Down Expand Up @@ -171,7 +171,7 @@ function ChplTestToolEdit(props) {

return (
<div className={classes.container}>
<Box className={classes.dataContainer}>
<Box className={classes.horizontalInput}>
<ChplTextField
id="value"
name="value"
Expand All @@ -194,7 +194,7 @@ function ChplTestToolEdit(props) {
helperText={formik.touched.regulatoryTextCitation && formik.errors.regulatoryTextCitation}
/>
</Box>
<Box className={classes.dataContainer}>
<Box className={classes.horizontalInput}>
<ChplTextField
id="start-day"
name="startDay"
Expand Down

0 comments on commit 8058a83

Please sign in to comment.