Browse Source

feat: 修改

year 1 tháng trước cách đây
mục cha
commit
20982c8c05

+ 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>
                     );