Skip to content

Commit

Permalink
Fix sync indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Aug 1, 2016
1 parent 27e5370 commit fd3ad00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/containers/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default class App extends Component {
<SyncToggle
on={this.state.shouldSync}
onClick={this.handleSyncToggle}
style={this.state.instance && { display: 'none' }}
style={!this.state.instance && { display: 'none' }}
/>
</div>
<DevTools
Expand Down

0 comments on commit fd3ad00

Please sign in to comment.