From bd3d31f1f50e881ace70fdd6a269021fb4f413c9 Mon Sep 17 00:00:00 2001 From: Phillip Lang Martinez Date: Wed, 9 Nov 2022 18:18:19 +0200 Subject: [PATCH] missing comma --- qortal-ui-plugins/plugins/core/components/ChatPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qortal-ui-plugins/plugins/core/components/ChatPage.js b/qortal-ui-plugins/plugins/core/components/ChatPage.js index 56cafa79..a01ef691 100644 --- a/qortal-ui-plugins/plugins/core/components/ChatPage.js +++ b/qortal-ui-plugins/plugins/core/components/ChatPage.js @@ -60,7 +60,7 @@ class ChatPage extends LitElement { iframeHeight: { type: Number }, chatMessageSize: { type: Number}, imageFile: {type: Object}, - isUploadingImage: {type: Boolean} + isUploadingImage: {type: Boolean}, caption: { type: String } } }