From 790b602b1ff70cad206f1ae9c164919608b15f73 Mon Sep 17 00:00:00 2001 From: Bartosz Grajdek Date: Mon, 18 Dec 2023 13:17:06 +0100 Subject: [PATCH] fix: lint --- .../home/report/ReportActionCompose/ReportActionCompose.js | 2 +- src/pages/home/report/ReportActionItemMessageEdit.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/home/report/ReportActionCompose/ReportActionCompose.js b/src/pages/home/report/ReportActionCompose/ReportActionCompose.js index c227476e6cc6..b23d9b554488 100644 --- a/src/pages/home/report/ReportActionCompose/ReportActionCompose.js +++ b/src/pages/home/report/ReportActionCompose/ReportActionCompose.js @@ -446,7 +446,7 @@ function ReportActionCompose({ > {!isSmallScreenWidth && } - {hasExceededMaxCommentLength && } + {hasExceededMaxCommentLength && } diff --git a/src/pages/home/report/ReportActionItemMessageEdit.js b/src/pages/home/report/ReportActionItemMessageEdit.js index f8a5fa282c88..41e411d398b8 100644 --- a/src/pages/home/report/ReportActionItemMessageEdit.js +++ b/src/pages/home/report/ReportActionItemMessageEdit.js @@ -475,7 +475,7 @@ function ReportActionItemMessageEdit(props) { - {hasExceededMaxCommentLength && } + {hasExceededMaxCommentLength && } ); }