mirror of
https://github.com/mue/mue.git
synced 2026-07-25 17:51:14 +02:00
fix: add link, date picker, photo information, uninstall button
This commit is contained in:
@@ -18,7 +18,7 @@ export default class GreetingSettings extends React.PureComponent {
|
||||
localStorage.setItem('birthday', e.target.value);
|
||||
|
||||
this.setState({
|
||||
birthday: e.target.value
|
||||
birthday: new Date(e.target.value)
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user