feat(frontend): remove socketio calls from
This commit is contained in:
parent
badeaf9820
commit
b9c6533e2c
|
|
@ -124,7 +124,7 @@ export const TopNav = (props) => {
|
||||||
</Stack>
|
</Stack>
|
||||||
</Stack>
|
</Stack>
|
||||||
</Box>
|
</Box>
|
||||||
{call.isReceivingCall && !callAccepted &&
|
{/* {call.isReceivingCall && !callAccepted &&
|
||||||
<Dialog
|
<Dialog
|
||||||
fullWidth={ true }
|
fullWidth={ true }
|
||||||
maxWidth={"sm"}
|
maxWidth={"sm"}
|
||||||
|
|
@ -184,7 +184,7 @@ export const TopNav = (props) => {
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Box>
|
</Box>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
</Dialog>}
|
</Dialog>} */}
|
||||||
<AccountPopover
|
<AccountPopover
|
||||||
anchorEl={accountPopover.anchorRef.current}
|
anchorEl={accountPopover.anchorRef.current}
|
||||||
open={accountPopover.open}
|
open={accountPopover.open}
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,6 @@ const App = (props) => {
|
||||||
</Head>
|
</Head>
|
||||||
<LocalizationProvider dateAdapter={AdapterDateFns}>
|
<LocalizationProvider dateAdapter={AdapterDateFns}>
|
||||||
<AuthProvider>
|
<AuthProvider>
|
||||||
<WsProvider>
|
|
||||||
<ThemeProvider theme={theme}>
|
<ThemeProvider theme={theme}>
|
||||||
<CssBaseline />
|
<CssBaseline />
|
||||||
<AuthConsumer>
|
<AuthConsumer>
|
||||||
|
|
@ -53,7 +52,6 @@ const App = (props) => {
|
||||||
}
|
}
|
||||||
</AuthConsumer>
|
</AuthConsumer>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
</WsProvider>
|
|
||||||
</AuthProvider>
|
</AuthProvider>
|
||||||
</LocalizationProvider>
|
</LocalizationProvider>
|
||||||
</CacheProvider>
|
</CacheProvider>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user