Formatting change

pull/21833/head
resynth1943 2020-09-27 21:20:41 +01:00
parent 747f9fba38
commit b499fd06fc
1 changed files with 1 additions and 0 deletions

View File

@ -1843,6 +1843,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
} else {
subtitle = `${this.subTitleStatus} ${subtitle}`;
}
const title = `${SdkConfig.get().brand} ${subtitle}`;
if (document.title !== title) {