aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/overview/qualityGate/EmptyQualityGate.js
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2017-08-29 11:38:53 +0200
committerStas Vilchik <stas.vilchik@sonarsource.com>2017-09-13 13:53:58 +0200
commit793e86fce66f356099792b7231c9a1d949ff875e (patch)
tree8bd08099539c3cb1ff159823ee1d1f74a5f2c979 /server/sonar-web/src/main/js/apps/overview/qualityGate/EmptyQualityGate.js
parent736e89cc1629e1e52db00f67e4650f1b88695de9 (diff)
downloadsonarqube-793e86fce66f356099792b7231c9a1d949ff875e.tar.gz
sonarqube-793e86fce66f356099792b7231c9a1d949ff875e.zip
update prettier
Diffstat (limited to 'server/sonar-web/src/main/js/apps/overview/qualityGate/EmptyQualityGate.js')
-rw-r--r--server/sonar-web/src/main/js/apps/overview/qualityGate/EmptyQualityGate.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/js/apps/overview/qualityGate/EmptyQualityGate.js b/server/sonar-web/src/main/js/apps/overview/qualityGate/EmptyQualityGate.js
index cdb8b2eb66e..e9285438595 100644
--- a/server/sonar-web/src/main/js/apps/overview/qualityGate/EmptyQualityGate.js
+++ b/server/sonar-web/src/main/js/apps/overview/qualityGate/EmptyQualityGate.js
@@ -23,9 +23,7 @@ import { translate } from '../../../helpers/l10n';
const EmptyQualityGate = () => {
return (
<div className="overview-quality-gate">
- <h2 className="overview-title">
- {translate('overview.quality_gate')}
- </h2>
+ <h2 className="overview-title">{translate('overview.quality_gate')}</h2>
<p className="overview-quality-gate-warning">
{translate('overview.you_should_define_quality_gate')}
</p>