forked from github/cinny
Add call status to bottom of home nav
This commit is contained in:
@@ -53,6 +53,7 @@ import {
|
||||
getRoomNotificationMode,
|
||||
useRoomsNotificationPreferencesContext,
|
||||
} from '../../../hooks/useRoomsNotificationPreferences';
|
||||
import { CallNavBottom } from '../../call/CallNavBottom';
|
||||
|
||||
type HomeMenuProps = {
|
||||
requestClose: () => void;
|
||||
@@ -336,6 +337,7 @@ export function Home() {
|
||||
</Box>
|
||||
</PageNavContent>
|
||||
)}
|
||||
<CallNavBottom />
|
||||
</PageNav>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user