Merge pull request #3200 from matrix-org/jryans/stylelint-all-files
Run stylelint on all SCSS files
This commit is contained in:
@@ -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 /><div>{ this.getLabel() }</div><hr /></h2>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user