Skip to content

Commit b023d6d

Browse files
committed
remove cancel button from 'joined' modal
1 parent 25e6b1e commit b023d6d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ const JoinedMatchContent: React.FC<Props> = ({cancel, name1: me, name2: you}) =>
5656
>
5757
Joined
5858
</button>
59-
<button className="cancel-match-button"
60-
onClick={cancel}
61-
>
62-
Cancel
63-
</button>
6459
</div>
6560
)
6661
}

0 commit comments

Comments
 (0)