From e00884120f96e5574199464aef2174d4915a93c7 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 25 Jun 2019 12:48:37 +0300 Subject: Fix comment draft condition --- vnext/src/ui/Thread.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/ui/Thread.js') diff --git a/vnext/src/ui/Thread.js b/vnext/src/ui/Thread.js index b5cc1880..734e5698 100644 --- a/vnext/src/ui/Thread.js +++ b/vnext/src/ui/Thread.js @@ -196,7 +196,7 @@ export default function Thread(props) { { !loading ? replies.map((msg) => (
  • - +
  • )) : ( <> -- cgit v1.2.3