소스 검색

feat: 修改错误

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}