浏览代码

More small fixes

niels 5 年之前
父节点
当前提交
81e4ed830a
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      frontend/keezen-frontend/src/StateRouter.js

+ 0 - 3
frontend/keezen-frontend/src/StateRouter.js

@@ -122,10 +122,7 @@ export default function StateRouter() {
                                     game_code: 3936,
                                     text: "Neem deel aan spel 3936",
                                 })}/>
-        case SiteState.JOIN_OTHERS:
         case SiteState.PICK_COLOR:
-        case SiteState.PICK_COLOR_OTHERS:
-        case SiteState.FIRST_DEAL:
             return <Lobby message={message}
                           pickColor={(color) => send({
                               code: Commands.PICK_COLOR,