From 8888d2fdfab4589720ee7cda5173e72374aa484a Mon Sep 17 00:00:00 2001 From: Guillaume Peoc'h Date: Thu, 1 Sep 2022 11:44:30 +0200 Subject: [PATCH] SONAR-16878 [891665] Form elements must have labels --- .../HotspotReviewHistoryAndComments.tsx | 7 +-- ...spotReviewHistoryAndComments-test.tsx.snap | 49 +++++++++---------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotReviewHistoryAndComments.tsx b/server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotReviewHistoryAndComments.tsx index 68813b61263..32e8ec99959 100644 --- a/server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotReviewHistoryAndComments.tsx +++ b/server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotReviewHistoryAndComments.tsx @@ -93,9 +93,10 @@ export default class HotspotReviewHistoryAndComments extends React.PureComponent return (
{isLoggedIn(currentUser) && ( -
-
{translate('hotspots.comment.field')}
+ <> +