|
@@ -6,7 +6,7 @@ import styles from "../styles/header_content.less";
|
|
class HeaderContent extends React.Component {
|
|
class HeaderContent extends React.Component {
|
|
componentDidMount() {
|
|
componentDidMount() {
|
|
this.updateTime();
|
|
this.updateTime();
|
|
- this.timeInterval = setInterval(this.updateTime, 1000);
|
|
|
|
|
|
+ // this.timeInterval = setInterval(this.updateTime, 1000);
|
|
// this.props.dispatch({ type: 'header/fetchWeather' });
|
|
// this.props.dispatch({ type: 'header/fetchWeather' });
|
|
}
|
|
}
|
|
|
|
|