cleanup and start docker file

This commit is contained in:
talksik
2022-06-03 08:28:32 -07:00
parent 279da4333e
commit 296c044ee4
4 changed files with 28 additions and 2 deletions
@@ -106,8 +106,6 @@ export function CommunicationsProvider({ children }: { children: React.ReactNode
return (
<CommunicationsContext.Provider value={{ userDeviceSelections }}>
<audio autoPlay controls ref={localAudioRef} />
{children}
</CommunicationsContext.Provider>
);