diff --git a/src/frontend/apps/web/src/features/video/ui/HuddleSection.tsx b/src/frontend/apps/web/src/features/video/ui/HuddleSection.tsx
index 95da970f..0743d922 100644
--- a/src/frontend/apps/web/src/features/video/ui/HuddleSection.tsx
+++ b/src/frontend/apps/web/src/features/video/ui/HuddleSection.tsx
@@ -1,6 +1,7 @@
+import { HuddleProps } from '../model/huddle.type';
import HuddleParticipant from './HuddleParticipantCard';
-const HuddleSection = () => {
+const HuddleSection = ({ huddleProps }: { huddleProps: HuddleProps }) => {
return (