event permission on chat

This commit is contained in:
Peter Maquiran
2023-01-19 11:48:43 +01:00
parent 4e8a31b6b9
commit d8e8066eae
9 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ export class ChatSystemService {
}
loadChat() {
if(SessionStore.user.ChatData) {
if(SessionStore.user?.ChatData?.data) {
this.ReLoadChat()
}
}