Skip to content

Commit

Permalink
Merge pull request #11217 from Expensify/jasper-fixReportActionCompos…
Browse files Browse the repository at this point in the history
…eTypingArea
  • Loading branch information
thienlnam authored Sep 22, 2022
2 parents cc31727 + 2da8096 commit 93ca041
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/home/report/ReportActionCompose.js
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,12 @@ class ReportActionCompose extends React.Component {
</Tooltip>
</View>
</View>
<View style={[styles.flexRow, styles.justifyContentBetween, styles.alignItemsCenter, !this.props.isSmallScreenWidth && styles.chatItemComposeSecondaryRow]}>
<View style={[
styles.flexRow,
styles.justifyContentBetween,
styles.alignItemsCenter,
(!this.props.isSmallScreenWidth || (this.props.isSmallScreenWidth && !this.props.network.isOffline)) && styles.chatItemComposeSecondaryRow]}
>
{!this.props.isSmallScreenWidth && <OfflineIndicator containerStyles={[styles.chatItemComposeSecondaryRow]} />}
<ReportTypingIndicator reportID={this.props.reportID} />
<ExceededCommentLength commentLength={this.comment.length} />
Expand Down

0 comments on commit 93ca041

Please sign in to comment.