From 7f25b0f261b5a5fc2696054004fb24673375b91b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 6 Jul 2018 01:32:43 +0300 Subject: Proptypes & eslint --- vnext/src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vnext/src/index.js') diff --git a/vnext/src/index.js b/vnext/src/index.js index fda85fed..2299ab56 100644 --- a/vnext/src/index.js +++ b/vnext/src/index.js @@ -42,7 +42,7 @@ class App extends React.Component { let url = `${proto}//api.juick.com/ws/?${qs.stringify(params)}`; this.ws = new WebSocket(url); this.ws.onopen = () => { - console.log("online"); + console.log('online'); } this.ws.onclose = () => { console.log('offline'); @@ -211,7 +211,7 @@ class App extends React.Component { user.iread &&
{ - user.iread.map(u => ) + user.iread.map(u => ) }
} -- cgit v1.2.3