You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Formatting change
This commit is contained in:
@@ -1843,6 +1843,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||||||
} else {
|
} else {
|
||||||
subtitle = `${this.subTitleStatus} ${subtitle}`;
|
subtitle = `${this.subTitleStatus} ${subtitle}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const title = `${SdkConfig.get().brand} ${subtitle}`;
|
const title = `${SdkConfig.get().brand} ${subtitle}`;
|
||||||
|
|
||||||
if (document.title !== title) {
|
if (document.title !== title) {
|
||||||
|
|||||||
Reference in New Issue
Block a user