mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Fix bug in Firefox
This commit is contained in:
@ -13,7 +13,7 @@ class WsMessage {
|
||||
}
|
||||
|
||||
get hasId() {
|
||||
return this.id.length > 0
|
||||
return this.id && this.id.length > 0
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user