diff --git a/src/pages/home/report/ReportActionCompose/index.js b/src/pages/home/report/ReportActionCompose/index.js index 29c3c4ed85b1..466fbfed49fa 100644 --- a/src/pages/home/report/ReportActionCompose/index.js +++ b/src/pages/home/report/ReportActionCompose/index.js @@ -774,6 +774,7 @@ class ReportActionCompose extends React.Component { {this.props.isComposerFullSize && ( @@ -814,22 +815,20 @@ class ReportActionCompose extends React.Component { )} - - this.actionButton = el} - onPress={(e) => { - e.preventDefault(); - - // Drop focus to avoid blue focus ring. - this.actionButton.blur(); - this.setMenuVisibility(true); - }} - style={styles.composerSizeButton} - disabled={isBlockedFromConcierge || this.props.disabled} - > - - - + this.actionButton = el} + onPress={(e) => { + e.preventDefault(); + + // Drop focus to avoid blue focus ring. + this.actionButton.blur(); + this.setMenuVisibility(true); + }} + style={styles.composerSizeButton} + disabled={isBlockedFromConcierge || this.props.disabled} + > + +