diff --git a/package.json b/package.json index 94a9fe3..4eca312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "donut", - "version": "1.0.0", + "version": "1.0.1", "description": "Cross platform cryptocurrency tracker", "main": "main.js", "scripts": { diff --git a/src/app/components/Footer.jsx b/src/app/components/Footer.jsx index 061e745..0a657ac 100644 --- a/src/app/components/Footer.jsx +++ b/src/app/components/Footer.jsx @@ -24,6 +24,7 @@ export default class Footer extends React.Component { this.updateInterval = this.updateInterval.bind(this) this.openGitHubLink = this.openGitHubLink.bind(this) this.renderIntervalOptions = this.renderIntervalOptions.bind(this) + this.renderRightButtonGroup = this.renderRightButtonGroup.bind(this) } shouldComponentUpdate (nextProps, nextState) { @@ -79,7 +80,7 @@ export default class Footer extends React.Component { ) } else { return ( - {this.renderIntervalOptions()} -