Fix additional stupidity

master
Drew DeVault 2018-02-26 13:44:11 -05:00
parent 96cf74af80
commit 73aef88855
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import formatDate from '../date';
export default class DateDisplay extends Component {
componentDidMount() {
this._interval = setInterval(() => this.forceUpdate(), this.interval);
this._interval = setInterval(() => this.forceUpdate(), 1000);
}
componentWillUnmount() {