Skip to content

Commit

Permalink
[Chore] delete meanless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mike2ox committed Jan 19, 2023
1 parent f0b423e commit 450a049
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/game/GameResultList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ interface GameResultListProps {
path: string;
}

// path === /pingpong/games/users/him?mode=rank&season=1&gameId=
export default function GameResultList({ path }: GameResultListProps) {
const { data, fetchNextPage, status, remove, refetch } = InfScroll(path);
const [isLast, setIsLast] = useState<boolean>(false);
Expand Down

0 comments on commit 450a049

Please sign in to comment.