@@ -117,6 +117,7 @@ const Games = React.forwardRef<ModalProps, Props>(({ data }, ref) => {
{showGames.map((item) => {
return (
<Card
+ key={item.id}
isShowFavorite={true}
isShowOnline={true}
item={item}