mirror of
https://github.com/mue/mue.git
synced 2026-06-08 22:18:40 +02:00
feat: hot reload and fixes for weather, quicklinks and quote
This commit is contained in:
@@ -155,8 +155,10 @@ export default class Quote extends React.PureComponent {
|
||||
copy: (localStorage.getItem('copyButton') === 'false') ? null : this.buttons.copy,
|
||||
tweet: (localStorage.getItem('tweetButton') === 'false') ? null : this.buttons.tweet
|
||||
});
|
||||
|
||||
this.getQuote();
|
||||
|
||||
if (!this.state.quote) {
|
||||
this.getQuote();
|
||||
}
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
|
||||
Reference in New Issue
Block a user