aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app/components/SimpleContainer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/SimpleContainer.tsx')
-rw-r--r--server/sonar-web/src/main/js/app/components/SimpleContainer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/SimpleContainer.tsx b/server/sonar-web/src/main/js/app/components/SimpleContainer.tsx
index b14e0475b70..728d654579f 100644
--- a/server/sonar-web/src/main/js/app/components/SimpleContainer.tsx
+++ b/server/sonar-web/src/main/js/app/components/SimpleContainer.tsx
@@ -36,7 +36,7 @@ interface State {
}
export default class SimpleContainer extends React.PureComponent<Props, State> {
- mounted: boolean;
+ mounted = false;
static childContextTypes = {
onSonarCloud: PropTypes.bool