Skip to content

Commit

Permalink
関数名を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nose221834 committed Nov 16, 2024
1 parent d1d5a9b commit 3ee6bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/view/ranking/RankingListAll.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { RankingScores } from "@/types";
import { useEffect, useState } from "react";
import { LoadingSpinner } from "../LoadingSpinner";

export default function RankingListWeekly() {
export default function RankingListAll() {
const [data, setData] = useState<RankingScores[]>([]);
const [isLoading, setIsLoading] = useState<boolean>(true);

Expand Down

0 comments on commit 3ee6bb8

Please sign in to comment.