diff --git a/frontend/src/pages/MatchResultsPage/components/MatchProspectTable.jsx b/frontend/src/pages/MatchResultsPage/components/MatchProspectTable.jsx
index b0c82fa0d7..84a03165f1 100644
--- a/frontend/src/pages/MatchResultsPage/components/MatchProspectTable.jsx
+++ b/frontend/src/pages/MatchResultsPage/components/MatchProspectTable.jsx
@@ -421,26 +421,13 @@ const MatchProspectTable = ({
{candidate.displayIndex}.
- {
- e.stopPropagation();
- if (!canOpenEncounter) e.preventDefault();
- }}
>
{Number.isFinite(candidate?.score)
? Math.max(candidate.score, 0).toLocaleString(
@@ -448,7 +435,7 @@ const MatchProspectTable = ({
{ maximumFractionDigits: 4 },
)
: "—"}
-
+