diff --git a/src/components/Timer/index.js b/src/components/Timer/index.js index d3b6866..00fd139 100644 --- a/src/components/Timer/index.js +++ b/src/components/Timer/index.js @@ -77,11 +77,11 @@ export default class Timer extends Component { } render() { return ( - <> -
{this.state.time ? this.state.time.m : ''}:{this.state.time ? this.state.time.s : ''} -