cleanup and start docker file
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"typescript": "^4.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nirvana/core": "*",
|
||||
"axios": "^0.26.1",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.0.0",
|
||||
|
||||
@@ -106,8 +106,6 @@ export function CommunicationsProvider({ children }: { children: React.ReactNode
|
||||
|
||||
return (
|
||||
<CommunicationsContext.Provider value={{ userDeviceSelections }}>
|
||||
<audio autoPlay controls ref={localAudioRef} />
|
||||
|
||||
{children}
|
||||
</CommunicationsContext.Provider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user