mirror of
https://github.com/mue/mue.git
synced 2026-07-20 23:44:07 +02:00
refactor and fix some things
This commit is contained in:
@@ -56,7 +56,6 @@ export default class Greeting extends React.PureComponent {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
if (localStorage.getItem('greeting') === 'false') return;
|
||||
this.getGreeting();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user