This commit is contained in:
@@ -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(":")) {
|
||||
|
||||
Reference in New Issue
Block a user