mirror of https://github.com/franjsco/tomadoro
Fix seconds
This commit is contained in:
parent
22c738602f
commit
a3b01e9a30
|
@ -9,10 +9,9 @@ class Timer extends Component {
|
|||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
seconds: 4,
|
||||
seconds: 1500,
|
||||
started: false,
|
||||
send: false,
|
||||
title: ''
|
||||
send: false
|
||||
};
|
||||
|
||||
this.handleNotification = this.handleNotification.bind(this);
|
||||
|
|
Loading…
Reference in New Issue