diff --git a/src/components/match-card/MatchCardCompact.tsx b/src/components/match-card/MatchCardCompact.tsx
index b9ca4ff..08dee6e 100644
--- a/src/components/match-card/MatchCardCompact.tsx
+++ b/src/components/match-card/MatchCardCompact.tsx
@@ -168,10 +168,10 @@ export const MatchCardCompact = memo(function MatchCardCompact({ vm, imageUrl, o
)}
- {vm.scoreFactors.length > 0 && (
+ {vm.scoreBreakdown && vm.allFactors && vm.allFactors.length > 0 && (
<>
-
+
>
)}