Răsfoiți Sursa

More small fixes

niels 5 ani în urmă
părinte
comite
81e4ed830a
1 a modificat fișierele cu 0 adăugiri și 3 ștergeri
  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,