We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59143f commit b53140fCopy full SHA for b53140f
frontend/components/collab/question-display.tsx
@@ -22,7 +22,6 @@ export default function QuestionDisplay({
22
date,
23
question,
24
}: {
25
- roomId: string;
26
className?: string;
27
date?: Date;
28
question: Question | null;
0 commit comments