feat(frontend): remove socketio calls from

This commit is contained in:
leandrofars 2024-09-05 10:09:28 -03:00
parent badeaf9820
commit b9c6533e2c
2 changed files with 2 additions and 4 deletions

View File

@ -124,7 +124,7 @@ export const TopNav = (props) => {
</Stack>
</Stack>
</Box>
{call.isReceivingCall && !callAccepted &&
{/* {call.isReceivingCall && !callAccepted &&
<Dialog
fullWidth={ true }
maxWidth={"sm"}
@ -184,7 +184,7 @@ export const TopNav = (props) => {
</IconButton>
</Box>
</DialogContent>
</Dialog>}
</Dialog>} */}
<AccountPopover
anchorEl={accountPopover.anchorRef.current}
open={accountPopover.open}

View File

@ -42,7 +42,6 @@ const App = (props) => {
</Head>
<LocalizationProvider dateAdapter={AdapterDateFns}>
<AuthProvider>
<WsProvider>
<ThemeProvider theme={theme}>
<CssBaseline />
<AuthConsumer>
@ -53,7 +52,6 @@ const App = (props) => {
}
</AuthConsumer>
</ThemeProvider>
</WsProvider>
</AuthProvider>
</LocalizationProvider>
</CacheProvider>