Browse Source

missing comma

q-apps
Phillip Lang Martinez 2 years ago
parent
commit
bd3d31f1f5
  1. 2
      qortal-ui-plugins/plugins/core/components/ChatPage.js

2
qortal-ui-plugins/plugins/core/components/ChatPage.js

@ -60,7 +60,7 @@ class ChatPage extends LitElement {
iframeHeight: { type: Number }, iframeHeight: { type: Number },
chatMessageSize: { type: Number}, chatMessageSize: { type: Number},
imageFile: {type: Object}, imageFile: {type: Object},
isUploadingImage: {type: Boolean} isUploadingImage: {type: Boolean},
caption: { type: String } caption: { type: String }
} }
} }

Loading…
Cancel
Save