From ea1b9039ae221355cfaabb16fc43dab5917bea56 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 6 Jul 2018 02:11:40 +0300 Subject: Fix eslint warnings --- vnext/src/components/Chat.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vnext/src/components/Chat.js') diff --git a/vnext/src/components/Chat.js b/vnext/src/components/Chat.js index dd94dd9e..2e91888f 100644 --- a/vnext/src/components/Chat.js +++ b/vnext/src/components/Chat.js @@ -47,7 +47,7 @@ export default class Chat extends React.Component { pm(template.to.uname, template.body) .then(res => { this.loadChat(this.props.match.params.user); - }).catch(console.log) + }).catch(console.log); } render() { @@ -76,7 +76,7 @@ export default class Chat extends React.Component { } - ) + ); } } @@ -93,4 +93,4 @@ const chatStyle = { display: 'flex', flexDirection: 'column-reverse', width: '100%' -} +}; -- cgit v1.2.3