More Settings

Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
David Ralph
2020-07-18 22:00:34 +01:00
parent 3e80586620
commit 7c055d6aff
17 changed files with 321 additions and 263 deletions

View File

@@ -4,9 +4,9 @@ export default class Update extends React.Component {
constructor(...args) {
super(...args);
this.state = {
title: '',
title: 'Loading...',
date: '',
content: ''
content: 'Loading...'
};
}