Skip to content

Commit

Permalink
only query Rewind status if site is connected (#8484)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskosk authored Jan 8, 2018
1 parent 700dd14 commit 53341c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _inc/client/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const Main = React.createClass( {
<div>
<Masthead route={ this.props.route } />
<div className="jp-lower">
<QueryRewindStatus />
{ this.props.isSiteConnected && <QueryRewindStatus /> }
<AdminNotices />
<JetpackNotices />
{ this.renderMainContent( this.props.route.path ) }
Expand Down

0 comments on commit 53341c6

Please sign in to comment.