-
- {setType} found by
+
+ {item.kind === "board_done"
+ ? `Board clear: ${formatCount(item.count, setType)}`
+ : `${setType} found by`}
-
-
-
- {setType === "Set" &&
- cards.map((card) =>
)}
- {(setType === "UltraSet" || setType === "GhostSet") &&
- Array.from(Array(3), (_, i) => (
-
-
- {cards[i * 2 + 1] && (
-
- )}
-
- ))}
+ {item.user && (
+
+ )}
+ {cards && (
+
+ {setType === "Set" &&
+ cards.map((card) => (
+
+ ))}
+ {(setType === "UltraSet" || setType === "GhostSet") &&
+ Array.from(Array(3), (_, i) => (
+
+
+ {cards[i * 2 + 1] && (
+
+ )}
+
+ ))}
+
+ )}