From f9c1b656fbfb45b1305cca00e8df926277abd4f1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 5 Apr 2019 20:42:38 +0300 Subject: Fix linter warnings --- vnext/src/components/Input.css | 4 ++-- vnext/src/components/Message.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'vnext') diff --git a/vnext/src/components/Input.css b/vnext/src/components/Input.css index acb878d9..dbe55eae 100644 --- a/vnext/src/components/Input.css +++ b/vnext/src/components/Input.css @@ -1,8 +1,8 @@ -.input { +.input { background: #FFF; border: 1px solid #ccc; outline: none !important; padding: 4px; -webkit-appearance: none; border-radius: 0; -} \ No newline at end of file +} diff --git a/vnext/src/components/Message.js b/vnext/src/components/Message.js index f19888c2..e27e057b 100644 --- a/vnext/src/components/Message.js +++ b/vnext/src/components/Message.js @@ -37,7 +37,7 @@ function Message({ data, visitor, children, ...rest }) {
- } + } { data.photo &&

@@ -65,7 +65,7 @@ function Message({ data, visitor, children, ...rest }) { <> - { commentsSummary } + {commentsSummary} )} -- cgit v1.2.3