Browse Source

feat: 修改

year 1 month ago
parent
commit
20982c8c05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/[locale]/(TabBar)/[[...share]]/_home/HomeGames.tsx

+ 1 - 1
src/app/[locale]/(TabBar)/[[...share]]/_home/HomeGames.tsx

@@ -67,7 +67,7 @@ const HomeGames = (props: Props) => {
                 console.log(group, index);
                 if (group.type === 2 && providers) {
                     return (
-                        <React.Fragment>
+                        <React.Fragment key={index}>
                             <Manufacturer data={providers}></Manufacturer>
                         </React.Fragment>
                     );