Skip to content

Commit

Permalink
remove cancel button from 'joined' modal
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaryan committed Oct 25, 2024
1 parent 25e6b1e commit b023d6d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ const JoinedMatchContent: React.FC<Props> = ({cancel, name1: me, name2: you}) =>
>
Joined
</button>
<button className="cancel-match-button"
onClick={cancel}
>
Cancel
</button>
</div>
)
}
Expand Down

0 comments on commit b023d6d

Please sign in to comment.