mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-14 23:02:25 +03:00
Update src/app/features/call/CallView.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
parent
c675131802
commit
a2c8097c01
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@ export function CallView({ room }: { room: Room }) {
|
|||
display: isCallViewVisible ? (isMobile && isChatOpen ? 'none' : 'flex') : 'none',
|
||||
}}
|
||||
>
|
||||
<RoomViewHeader />
|
||||
<div
|
||||
ref={iframeHostRef}
|
||||
style={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue