diff --git a/packages/rich-text/src/component/index.native.js b/packages/rich-text/src/component/index.native.js index 0bad5cc9bf64eb..4176b0d20fc3af 100644 --- a/packages/rich-text/src/component/index.native.js +++ b/packages/rich-text/src/component/index.native.js @@ -643,6 +643,7 @@ export class RichText extends Component { __unstableIsSelected: isSelected, children, getStylesFromColorScheme, + formatTypes, } = this.props; const record = this.getRecord(); @@ -756,7 +757,11 @@ export class RichText extends Component { isMultiline={ this.isMultiline } textAlign={ this.props.textAlign } /> - { isSelected && } + { isSelected && } ); }