From c24420eee001707530bab841d998cc076a459708 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 22 Jun 2018 12:02:59 +0300 Subject: Button component --- vnext/src/components/Thread.js | 5 +++-- 1 file changed, 3 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 7464ca7f..5ff91346 100644 --- a/vnext/src/components/Thread.js +++ b/vnext/src/components/Thread.js @@ -8,6 +8,7 @@ import MessageInput from './MessageInput'; import Spinner from './Spinner'; import Avatar from './Avatar'; import Icon from './Icon'; +import Button from './Button'; import { format } from '../utils/embed'; @@ -149,12 +150,12 @@ 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 && } ) : ( -  · {this.state.active === msg.rid || } +  · {this.state.active === msg.rid || } ) } -- cgit v1.2.3