Skip to content

Commit b53140f

Browse files
committed
Remove roomId from questionDisplay
1 parent a59143f commit b53140f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/components/collab/question-display.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export default function QuestionDisplay({
2222
date,
2323
question,
2424
}: {
25-
roomId: string;
2625
className?: string;
2726
date?: Date;
2827
question: Question | null;

0 commit comments

Comments
 (0)