From bc9fecbd1488631b351d1bf2b7109f5f692971c9 Mon Sep 17 00:00:00 2001 From: Daraksha Date: Fri, 23 Jun 2023 22:07:30 +0530 Subject: [PATCH] undo --- src/pages/home/report/ReportActionCompose.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/report/ReportActionCompose.js b/src/pages/home/report/ReportActionCompose.js index 05a87e68bc38..35e33bb5170a 100644 --- a/src/pages/home/report/ReportActionCompose.js +++ b/src/pages/home/report/ReportActionCompose.js @@ -1004,7 +1004,7 @@ class ReportActionCompose extends React.Component { this.actionButton.blur(); this.setMenuVisibility(true); }} - style={[styles.composerSizeButton]} + style={styles.composerSizeButton} disabled={isBlockedFromConcierge || this.props.disabled} accessibilityRole="button" accessibilityLabel={this.props.translate('reportActionCompose.addAction')}