Small fixes

This commit is contained in:
Natsumi
2021-12-07 01:35:15 +13:00
parent 33740475b4
commit a83f33fed4
4 changed files with 15 additions and 9 deletions

View File

@@ -8440,12 +8440,12 @@ speechSynthesis.getVoices();
} else if (typeof ref.displayName !== 'undefined') {
this.lookupUser(ref);
}
} else {
this.$message({
message: 'No user info available',
type: 'error'
});
}
} else {
this.$message({
message: 'Missing user info',
type: 'error'
});
}
};