diff --git a/Examples/CodePushDemoApp/crossplatformdemo.js b/Examples/CodePushDemoApp/crossplatformdemo.js
index 642165a..6792c5c 100644
--- a/Examples/CodePushDemoApp/crossplatformdemo.js
+++ b/Examples/CodePushDemoApp/crossplatformdemo.js
@@ -91,23 +91,17 @@ let CodePushDemoApp = React.createClass({
render() {
let syncView, syncButton, progressView;
-
- syncButton = (
-
- );
if (this.state.syncMessage) {
syncView = (
{this.state.syncMessage}
);
} else {
- /*syncButton = (
+ syncButton = (
- );*/
+ );
}
if (this.state.progress) {