Skip to content

Commit 4c4ada9

Browse files
committed
feat: remove buttons in match found modal
1 parent 76ce6c7 commit 4c4ada9

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

apps/frontend/src/app/history/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default function QuestionPage() {
9191

9292
const columns = [
9393
{
94-
title: "Title",
94+
title: "Question Title",
9595
dataIndex: "title",
9696
key: "title",
9797
},

apps/frontend/src/app/matching/modalContent/MatchFoundContent.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ const MatchFoundContent: React.FC<Props> = ({
5353
<div className="match-status-message">
5454
Joining in... {formatTime(totalSeconds)}
5555
</div>
56-
<button className="join-match-button" onClick={join}>
57-
Join
58-
</button>
59-
<button className="cancel-match-button" onClick={cancel}>
60-
Cancel
61-
</button>
6256
</div>
6357
);
6458
};

0 commit comments

Comments
 (0)