removed ready call state from switch

This commit is contained in:
Jon 2021-06-10 18:24:31 +01:00
parent cda372562d
commit ceb1bf74ca
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ export const App = () => {
owner
</MessageCard>
);
case CALL_STATE_READY:
case CALL_STATE_LOBBY:
return <HairCheck />;
case CALL_STATE_JOINED: