mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
fix missing rating input on the compact item card
This commit is contained in:
@@ -328,7 +328,7 @@ const CompactItemCard = ({
|
|||||||
internalState={internalState}
|
internalState={internalState}
|
||||||
item={data}
|
item={data}
|
||||||
itemType={itemType}
|
itemType={itemType}
|
||||||
showRating={hasRating}
|
showRating={showRating}
|
||||||
type="compact"
|
type="compact"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user