Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
uniQIndividual committed Dec 24, 2024
1 parent 6250bf6 commit 4908344
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions src/modules/PGCRLookup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import API from "../lib/api";
import * as fzstd from 'fzstd';
import update from 'immutability-helper';
import LoadingAnimation from "../components/LoadingAnimation";
import { type Scorcher } from "../lib/entities";
import { testpgcr } from "../../public/data/mock/13821490368";
import { DatabaseMiddleware } from "../lib/IndexedDB";

const Wrapper = ({ item }) => {
Expand Down
7 changes: 1 addition & 6 deletions src/modules/ReportLookup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ import { Radar } from "../components/profile/Summary";
import { Activity } from "../components/profile/Experience";
import { Performance } from "../components/profile/Performance";
import MatchHistory from "../components/profile/MatchHistory";
import PGCRLookup from "./PGCRLookup";
import { CannonCollection } from "../components/profile/CannonCollection";
import { CharacterInfo } from "../components/profile/CharacterInfo";

import { profileinfo } from "../../public/data/mock/ProfileInfo";
import { HistoricStats } from "../../public/data/mock/HistoricStats";
import { DatabaseMiddleware } from "../lib/IndexedDB";
import { Maps } from "../components/profile/Maps";

Expand Down Expand Up @@ -561,9 +558,7 @@ const ReportLookup = () => {
text: error?.description?.toString()
});
console.error(error);
// TODO: remove this
return HistoricStats
//return []
return []
}).then(async (response) => {
try { // gonna keep trying and continue with 0 stats if anything fails

Expand Down

0 comments on commit 4908344

Please sign in to comment.