mirror of
https://github.com/franjsco/tomadoro
synced 2025-06-06 00:29:13 +02:00
Fix seconds
This commit is contained in:
@ -9,10 +9,9 @@ class Timer extends Component {
|
|||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
this.state = {
|
this.state = {
|
||||||
seconds: 4,
|
seconds: 1500,
|
||||||
started: false,
|
started: false,
|
||||||
send: false,
|
send: false
|
||||||
title: ''
|
|
||||||
};
|
};
|
||||||
|
|
||||||
this.handleNotification = this.handleNotification.bind(this);
|
this.handleNotification = this.handleNotification.bind(this);
|
||||||
|
Reference in New Issue
Block a user