Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszGrajdek committed Dec 18, 2023
1 parent eae6241 commit 790b602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ function ReportActionCompose({
>
{!isSmallScreenWidth && <OfflineIndicator containerStyles={[styles.chatItemComposeSecondaryRow]} />}
<ReportTypingIndicator reportID={reportID} />
{hasExceededMaxCommentLength && <ExceededCommentLength/>}
{hasExceededMaxCommentLength && <ExceededCommentLength />}
</View>
</OfflineWithFeedback>
</View>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItemMessageEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ function ReportActionItemMessageEdit(props) {
</View>
</View>
</View>
{hasExceededMaxCommentLength && <ExceededCommentLength/>}
{hasExceededMaxCommentLength && <ExceededCommentLength />}
</>
);
}
Expand Down

0 comments on commit 790b602

Please sign in to comment.