Merged heads

This commit is contained in:
Philipp Czora
2018-07-24 13:42:25 +02:00
299 changed files with 4288 additions and 23099 deletions

View File

@@ -29,7 +29,7 @@ class Page extends React.Component<Props> {
renderSubtitle() {
const { subtitle } = this.props;
if (subtitle) {
return <h2 className="subtitle">Users</h2>;
return <h2 className="subtitle">{subtitle}</h2>;
}
return null;
}