aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Post.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-11-14 14:32:50 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit6ecde9590b68189ca96fd0f2afccbd60d44f5950 (patch)
treefc7c60f76858599536fd8e0a5b4d2bb7e1fcb43b /vnext/src/ui/Post.js
parent546a94714b993e5fea838ef7326ed962f7cbb3ef (diff)
Fix some jsdoc definitions
Diffstat (limited to 'vnext/src/ui/Post.js')
-rw-r--r--vnext/src/ui/Post.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Post.js b/vnext/src/ui/Post.js
index 407f3b62..7c5c07cd 100644
--- a/vnext/src/ui/Post.js
+++ b/vnext/src/ui/Post.js
@@ -35,7 +35,7 @@ export default function Post({ visitor }) {
};
return (
<div className="msg-cont">
- <MessageInput rows="7" text={params.body || draft || ''} data={{ mid: 0, timestamp: '0' }} onSend={postMessage}>
+ <MessageInput rows={7} text={params.body || draft || ''} data={{}} onSend={postMessage}>
*weather It is very cold today!
</MessageInput>
{