xiaolin.fu há 1 ano atrás
pai
commit
8258a72573
2 ficheiros alterados com 103 adições e 2826 exclusões
  1. 102 2825
      pnpm-lock.yaml
  2. 1 1
      src/app/[locale]/_home/HomeGames.tsx

Diff do ficheiro suprimidas por serem muito extensas
+ 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>

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff