year vor 1 Woche
Ursprung
Commit
e3eeec8500
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      src/app/[locale]/(navbar)/gameList2/Left.tsx

+ 0 - 1
src/app/[locale]/(navbar)/gameList2/Left.tsx

@@ -43,7 +43,6 @@ const Left: React.FC<Props> = ({ actInfo, onChage, onInit }) => {
     }, [providers, setProviders]);
 
     React.useEffect(() => {
-        console.log(1122, tags);
         if (actInfo?.id) {
             let res;
             if (actInfo.type === GameListTypeEnum.TAG && tags?.length) {