if (this.get_seconds() > 0) controls.push(<IconButton key="reset" iconClassName="material-icons" onClick={this.reset_timer.bind(this)} tooltipPosition="top-center" tooltip="Clear & Reset Timer" disabled={working}>restore</IconButton>)