mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-09-19 13:58:56 +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