From 70e66d1916d0d729931f00c7dfa083ef7b3cc613 Mon Sep 17 00:00:00 2001 From: Mashy Date: Thu, 12 Sep 2019 15:33:48 +1000 Subject: [PATCH] misc --- client/src/components/main.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client/src/components/main.jsx b/client/src/components/main.jsx index c312849d..ab923182 100644 --- a/client/src/components/main.jsx +++ b/client/src/components/main.jsx @@ -11,8 +11,8 @@ const Bottom = require('./main.bottom'); const addState = connect( state => { - const { game, instance, account, nav, ws } = state; - return { game, instance, account, nav, ws }; + const { game, instance, account, nav } = state; + return { game, instance, account, nav }; } ); @@ -22,7 +22,6 @@ function Main(props) { instance, account, nav, - ws, } = props; if (!account) {