This commit is contained in:
David Ralph
2020-08-26 14:38:52 +01:00
parent f82f24f6a9
commit f9f77f24c0

View File

@@ -6,7 +6,7 @@ export default class Update extends React.PureComponent {
super(...args);
this.state = {
title: this.props.language.title,
date: '21/07/2020',
date: '26/08/2020',
content: this.props.language.title
};
}