From 3c61705c062234adc954c8a42e3ea53ff1007bb6 Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Thu, 28 Jun 2018 13:28:02 +0300
Subject: MessageInput in Post
---
vnext/src/components/Thread.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'vnext/src/components/Thread.js')
diff --git a/vnext/src/components/Thread.js b/vnext/src/components/Thread.js
index e9f08ccb..d25ca228 100644
--- a/vnext/src/components/Thread.js
+++ b/vnext/src/components/Thread.js
@@ -74,7 +74,7 @@ export default class Thread extends React.Component {
{
msg.mid ? (
- {this.state.active === (msg.rid || 0) && }
+ {this.state.active === (msg.rid || 0) && Write a comment...}
) : (
@@ -126,7 +126,7 @@ export default class Thread extends React.Component {
this.props.visitor.uid > 0 ? (
{this.state.active === msg.rid || }
- {this.state.active === msg.rid && }
+ {this.state.active === msg.rid && Write a comment...}
) : (
--
cgit v1.2.3