diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2022-11-02 11:08:39 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-11-02 20:03:01 +0000 |
commit | 2ab6fc273ecbf405f7c126fab11ddc0b9bf516da (patch) | |
tree | a6e005b4f57fb488d3e551b7df52399e69b0674c /server/sonar-web/src/main/js/components/rules/OtherContextOption.tsx | |
parent | 60e4b88e4567c1af3051b6cdc4c8858f8b0fca21 (diff) | |
download | sonarqube-2ab6fc273ecbf405f7c126fab11ddc0b9bf516da.tar.gz sonarqube-2ab6fc273ecbf405f7c126fab11ddc0b9bf516da.zip |
SONAR-13368 Bump to prettier@2.7.1
Diffstat (limited to 'server/sonar-web/src/main/js/components/rules/OtherContextOption.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/rules/OtherContextOption.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/rules/OtherContextOption.tsx b/server/sonar-web/src/main/js/components/rules/OtherContextOption.tsx index d4d4a060829..7241f235641 100644 --- a/server/sonar-web/src/main/js/components/rules/OtherContextOption.tsx +++ b/server/sonar-web/src/main/js/components/rules/OtherContextOption.tsx @@ -43,7 +43,8 @@ export default function OtherContextOption() { <p>{translate('coding_rules.context.others.feedback_description_1')}</p> <Link to="https://portal.productboard.com/sonarsource/3-sonarqube/submit-idea" - target="_blank"> + target="_blank" + > {translate('coding_rules.context.others.feedback_description.link')} </Link> <p>{translate('coding_rules.context.others.feedback_description_2')}</p> |