fix: add link, date picker, photo information, uninstall button

This commit is contained in:
David Ralph
2021-07-17 13:43:18 +01:00
parent b842bd935e
commit 2a1e26d0c4
4 changed files with 5 additions and 3 deletions

View File

@@ -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)
});
}