From 7742ce5a384d04dcf2a990d8a4e03e9ab9c9fb33 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sun, 13 May 2018 23:23:59 +0300 Subject: [PATCH] lints --- web/app/components/input/input.jsx | 2 +- web/app/components/thread/thread.jsx | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/app/components/input/input.jsx b/web/app/components/input/input.jsx index 8f0d511f..affa7e61 100644 --- a/web/app/components/input/input.jsx +++ b/web/app/components/input/input.jsx @@ -108,7 +108,7 @@ export default class Input extends Component { const charactersLeft = maxLength - commentLength; return ( -
+