diff --git a/packages/material-ui/src/OutlinedInput/NotchedOutline.js b/packages/material-ui/src/OutlinedInput/NotchedOutline.js index 4cb41f36e2f25f..3a0a61333b82ab 100644 --- a/packages/material-ui/src/OutlinedInput/NotchedOutline.js +++ b/packages/material-ui/src/OutlinedInput/NotchedOutline.js @@ -96,13 +96,13 @@ const NotchedOutline = React.forwardRef(function NotchedOutline(props, ref) { [classes.legendNotched]: notched, })} > - {/* Use the nominal use case of the legend, avoid rendering artefacts. */} - {/* eslint-disable-next-line react/no-danger */} {label ? ( {label} ) : ( + /* Use the nominal use case of the legend, avoid rendering artefacts. */ )} @@ -134,9 +134,9 @@ const NotchedOutline = React.forwardRef(function NotchedOutline(props, ref) { }} > {/* Use the nominal use case of the legend, avoid rendering artefacts. */} - {/* eslint-disable-next-line react/no-danger */}