From e6f0888dc7cbecd0fd186b3c3bd70e557a92413c Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Thu, 22 Nov 2018 13:02:55 +0300
Subject: Component styling in CSS
---
vnext/src/components/Thread.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'vnext/src/components/Thread.js')
diff --git a/vnext/src/components/Thread.js b/vnext/src/components/Thread.js
index a1255fd5..079674a7 100644
--- a/vnext/src/components/Thread.js
+++ b/vnext/src/components/Thread.js
@@ -131,7 +131,7 @@ export default class Thread extends React.Component {
>
) : (
<>
- · {this.state.active === msg.rid || }
+ · {this.state.active === msg.rid || }
>
)
}
--
cgit v1.2.3