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