This commit is contained in:
2021-07-21 23:20:13 +00:00
parent 91d0692fd8
commit 8d3a614b9c
4 changed files with 8 additions and 8 deletions

View File

@@ -383,7 +383,7 @@ export default {
return this.$store.state.helpUrl;
},
titleDisplay() {
if (this.appBar.title == null) {
if (this.appBar.title == null || this.appBar.title == "") {
return null;
}
if (this.appBar.title.includes(":")) {