mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
fixed wrong subtitle
This commit is contained in:
@@ -29,7 +29,7 @@ class Page extends React.Component<Props> {
|
|||||||
renderSubtitle() {
|
renderSubtitle() {
|
||||||
const { subtitle } = this.props;
|
const { subtitle } = this.props;
|
||||||
if (subtitle) {
|
if (subtitle) {
|
||||||
return <h2 className="subtitle">Users</h2>;
|
return <h2 className="subtitle">{subtitle}</h2>;
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user