diff --git a/src/components/Timer.js b/src/components/Timer.js index c2da7b0..a87fa1d 100644 --- a/src/components/Timer.js +++ b/src/components/Timer.js @@ -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);