xiaolin.fu il y a 1 an
Parent
commit
8258a72573
2 fichiers modifiés avec 103 ajouts et 2826 suppressions
  1. 102 2825
      pnpm-lock.yaml
  2. 1 1
      src/app/[locale]/_home/HomeGames.tsx

Fichier diff supprimé car celui-ci est trop grand
+ 102 - 2825
pnpm-lock.yaml


+ 1 - 1
src/app/[locale]/_home/HomeGames.tsx

@@ -14,7 +14,7 @@ const HomeSwiper: FC<PropsWithChildren<Props>> = (props) => {
     }, []);
     return (
         <div>
-            {groupGames.map((group, index) => {
+            {!!groupGames &&groupGames.map((group, index) => {
                 return <SwiperGroup key={index} group={group}></SwiperGroup>;
             })}
         </div>

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff