aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/system/components
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2019-03-25 14:10:40 +0100
committersonartech <sonartech@sonarsource.com>2019-03-29 09:44:59 +0100
commit1355d080cfa97eadfde70e6945e30f49a38ac28e (patch)
tree2e5b41f5898b00249f51bfd5b5267580c2e1b2ae /server/sonar-web/src/main/js/apps/system/components
parenta289d7ab1248e465064129dc0e4b8d858fee2b79 (diff)
downloadsonarqube-1355d080cfa97eadfde70e6945e30f49a38ac28e.tar.gz
sonarqube-1355d080cfa97eadfde70e6945e30f49a38ac28e.zip
Update prettier to last version
* Prettier format all modules
Diffstat (limited to 'server/sonar-web/src/main/js/apps/system/components')
-rw-r--r--server/sonar-web/src/main/js/apps/system/components/PageActions.tsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/system/components/PageActions.tsx b/server/sonar-web/src/main/js/apps/system/components/PageActions.tsx
index cb758e0b7b5..ef812abae95 100644
--- a/server/sonar-web/src/main/js/apps/system/components/PageActions.tsx
+++ b/server/sonar-web/src/main/js/apps/system/components/PageActions.tsx
@@ -167,8 +167,9 @@ export default class PageActions extends React.PureComponent<Props, State> {
{translate('system.restart_server')}
</Button>
)}
- {this.props.canRestart &&
- this.state.openRestartForm && <RestartForm onClose={this.handleServerRestartClose} />}
+ {this.props.canRestart && this.state.openRestartForm && (
+ <RestartForm onClose={this.handleServerRestartClose} />
+ )}
{this.state.openLogsLevelForm && (
<ChangeLogLevelForm
infoMsg={translate(