removed ready call state from switch
This commit is contained in:
parent
cda372562d
commit
ceb1bf74ca
|
|
@ -44,7 +44,6 @@ export const App = () => {
|
|||
owner
|
||||
</MessageCard>
|
||||
);
|
||||
case CALL_STATE_READY:
|
||||
case CALL_STATE_LOBBY:
|
||||
return <HairCheck />;
|
||||
case CALL_STATE_JOINED:
|
||||
|
|
|
|||
Loading…
Reference in New Issue