This commit is contained in:
Bruno Windels 2018-10-24 14:36:08 +02:00
parent 25b55b2801
commit 30e6fdc122
4 changed files with 8 additions and 11 deletions

View file

@ -56,6 +56,6 @@ export default class DateSeparator extends React.Component {
}
render() {
return <h2 className="mx_DateSeparator"><hr/><date>{ this.getLabel() }</date><hr/></h2>;
return <h2 className="mx_DateSeparator"><hr /><date>{ this.getLabel() }</date><hr /></h2>;
}
}