diff --git a/web/pages/[username]/[contractSlug].tsx b/web/pages/[username]/[contractSlug].tsx
index 7e7e6562..1c321abc 100644
--- a/web/pages/[username]/[contractSlug].tsx
+++ b/web/pages/[username]/[contractSlug].tsx
@@ -287,7 +287,7 @@ function ContractTopTrades(props: {
return (
- {topCommentId && (
+ {topCommentId && profitById[topCommentId] > 0 && (
<>
@@ -309,7 +309,7 @@ function ContractTopTrades(props: {
)}
{/* If they're the same, only show the comment; otherwise show both */}
- {topBettor && topBetId !== topCommentId && (
+ {topBettor && topBetId !== topCommentId && profitById[topBetId] > 0 && (
<>