Jack Deadman
2016-08-31 79e319bb213a10d146c9ecf054199cbe52e4c712
Fix bug with AM not displaying on the time for the initial load
1 files modified
1 ■■■■ changed files
src/TimeView.js 1 ●●●● patch | view | raw | blame | history
src/TimeView.js
@@ -123,6 +123,7 @@
        ['hours', 'minutes', 'seconds', 'milliseconds'].forEach(function(type) {
            assign(me.timeConstraints[type], me.props.timeConstraints[type]);
        });
        this.setState( this.calculateState( this.props ) );
    },
    componentWillReceiveProps: function( nextProps ){
        this.setState( this.calculateState( nextProps ) );