diff --git a/client/app/scripts/components/app.js b/client/app/scripts/components/app.js index aa07737a4..29f77267e 100644 --- a/client/app/scripts/components/app.js +++ b/client/app/scripts/components/app.js @@ -101,6 +101,7 @@ class App extends React.Component { render() { const { showingDetails, showingHelp, showingMetricsSelector, showingNetworkSelector, showingTerminal } = this.props; + const isIframe = window !== window.top; return (
@@ -114,9 +115,9 @@ class App extends React.Component {
- + {!isIframe && - + }