diff --git a/packages/block-library/src/missing/edit.native.js b/packages/block-library/src/missing/edit.native.js
index 297a8c02178aec..f77c4b84154a11 100644
--- a/packages/block-library/src/missing/edit.native.js
+++ b/packages/block-library/src/missing/edit.native.js
@@ -69,22 +69,24 @@ export class UnsupportedBlockEdit extends Component {
title,
);
- return
-
-
-
- { infoTitle }
-
-
- { __( 'We are working hard to add more blocks with each release. In the meantime, you can also edit this post on the web.' ) }
-
- { this.renderSheetButton( __( 'Close' ), () => this.toggleSheet.bind( this ) ) }
-
- ;
+ return (
+
+
+
+
+ { infoTitle }
+
+
+ { __( 'We are working hard to add more blocks with each release. In the meantime, you can also edit this post on the web.' ) }
+
+ { this.renderSheetButton( __( 'Close' ), () => this.toggleSheet.bind( this ) ) }
+
+
+ );
}
render() {