diff --git a/frontend/src/components/matches/MatchCard.jsx b/frontend/src/components/matches/MatchCard.jsx index 8a6a387..4ca6db6 100644 --- a/frontend/src/components/matches/MatchCard.jsx +++ b/frontend/src/components/matches/MatchCard.jsx @@ -12,7 +12,7 @@ const MatchCard = ({ match, onAccept, onReject, onOpenChat, processing }) => { const isAccepted = match.status === MATCH_STATUS.ACCEPTED; return ( -
@@ -135,7 +135,7 @@ const MatchesPage = () => {