@meetelise/chat 1.20.164 → 1.20.166

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.20.164",
3
+ "version": "1.20.166",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -120,7 +120,7 @@ export class PubnubChat extends LitElement {
120
120
 
121
121
  render(): TemplateResult {
122
122
  if (!this.buildingSlug) {
123
- return html``; // error here
123
+ return html``; // error should be here
124
124
  }
125
125
 
126
126
  if (!this.building) {