mirror of https://github.com/vector-im/riot-web
Formatting change
parent
747f9fba38
commit
b499fd06fc
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue