Skip to content

Commit

Permalink
Remove roomId from questionDisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
dylkaw committed Nov 6, 2024
1 parent a59143f commit b53140f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/components/collab/question-display.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default function QuestionDisplay({
date,
question,
}: {
roomId: string;
className?: string;
date?: Date;
question: Question | null;
Expand Down

0 comments on commit b53140f

Please sign in to comment.