diff --git a/packages/material-ui/src/Drawer/Drawer.js b/packages/material-ui/src/Drawer/Drawer.js
index ffaf3e5a0c8c49..7bf2f8a4557d5d 100644
--- a/packages/material-ui/src/Drawer/Drawer.js
+++ b/packages/material-ui/src/Drawer/Drawer.js
@@ -148,11 +148,7 @@ class Drawer extends React.Component {
if (variant === 'permanent') {
return (
-
+
{drawer}
);
diff --git a/packages/material-ui/src/StepContent/StepContent.js b/packages/material-ui/src/StepContent/StepContent.js
index a522d4f97ad7a0..2ddc093d5771d5 100644
--- a/packages/material-ui/src/StepContent/StepContent.js
+++ b/packages/material-ui/src/StepContent/StepContent.js
@@ -54,11 +54,7 @@ const StepContent = React.forwardRef(function StepContent(props, ref) {
}
return (
-
+
` you can write
- * ``.
- *
+ * ``.
+ *
* This HOC does not handle prop collision. In
* `` `innerRef` will be dropped
- *
+ *
* Only copies statics from material-ui over.
- *
+ *
* @param {React.ComponentType} Component
* @returns {React.ForwardRefComponent}
*/