瀏覽代碼

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}