diff --git a/src/app/components/room-avatar/RoomAvatar.tsx b/src/app/components/room-avatar/RoomAvatar.tsx index 23f3998d..60de8346 100644 --- a/src/app/components/room-avatar/RoomAvatar.tsx +++ b/src/app/components/room-avatar/RoomAvatar.tsx @@ -46,10 +46,11 @@ export const RoomIcon = forwardRef< Omit, 'src'> & { joinRule: JoinRule; space?: boolean; + call?: boolean; } ->(({ joinRule, space, ...props }, ref) => ( +>(({ joinRule, space, call, ...props }, ref) => (