Skip to content

Commit b318307

Browse files
authored
Fix Merge Conflict
1 parent ad47495 commit b318307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/presentation/pages/CollaborationRoomPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const CollaborationRoomPage: React.FC = () => {
8080
<ToggleButton showChat={showChat} onClick={() => setShowChat(!showChat)} />
8181
<div className={styles.contentArea}>
8282
<div className={`${styles.questionDetail} ${showChat ? styles.hidden : ""}`}>
83-
<QuestionDetail question={initialQuestions[0]} />
83+
<QuestionDetail question={question} />
8484
</div>
8585
<div className={`${styles.chatFrame} ${showChat ? styles.visible : styles.hidden}`}>
8686
<ChatFrame roomId={roomId} />

0 commit comments

Comments
 (0)