This commit is contained in:
Mashy 2019-09-12 15:33:48 +10:00
parent 58fa6a5734
commit 70e66d1916

View File

@ -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) {