fix missing rating input on the compact item card

This commit is contained in:
jeffvli
2025-12-30 04:08:39 -08:00
parent c01a0d79e1
commit 0553f3b5a2
@@ -328,7 +328,7 @@ const CompactItemCard = ({
internalState={internalState}
item={data}
itemType={itemType}
showRating={hasRating}
showRating={showRating}
type="compact"
/>
)}