Stas Belkov

Results 2 comments of Stas Belkov

@jack1012t I have this function handling countdown finish: ``` handleCountdownFinish() { const { campaign } = this.props; const component = this; if (campaign.auto_timer_restart) { this.resetCountdown(); return true; } setTimeout(function() {...

@jack1012t :grin:👌