(feat): replace toast with popup for call invites
(qol): update todo
This commit is contained in:
parent
25e47604b3
commit
6fda7f1c71
4 changed files with 113 additions and 27 deletions
|
|
@ -163,9 +163,7 @@ function AppShell() {
|
|||
}
|
||||
|
||||
function CallInit() {
|
||||
useInitializeCall();
|
||||
|
||||
return null;
|
||||
return useInitializeCall();
|
||||
}
|
||||
|
||||
const rootRoute = createRootRoute({
|
||||
|
|
|
|||
Loading…
Reference in a new issue