From ceb1bf74ca59d9aba34b1955beb92e4c89727347 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 10 Jun 2021 18:24:31 +0100 Subject: [PATCH] removed ready call state from switch --- dailyjs/basic-call/components/App/App.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dailyjs/basic-call/components/App/App.js b/dailyjs/basic-call/components/App/App.js index ecd99bc..045c303 100644 --- a/dailyjs/basic-call/components/App/App.js +++ b/dailyjs/basic-call/components/App/App.js @@ -44,7 +44,6 @@ export const App = () => { owner ); - case CALL_STATE_READY: case CALL_STATE_LOBBY: return ; case CALL_STATE_JOINED: