year пре 1 месец
родитељ
комит
bf0bb403d2
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/app/[locale]/(doings)/rank/detail/games.tsx

+ 1 - 0
src/app/[locale]/(doings)/rank/detail/games.tsx

@@ -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}