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>
|
||||
</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}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user