Skip to content

Commit

Permalink
Drop the custom dashboard query for the leaderboard (#2611)
Browse files Browse the repository at this point in the history
Co-authored-by: user <[email protected]>
  • Loading branch information
af-afk and user authored Apr 8, 2024
1 parent 214cfa9 commit 0f5c012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ const Airdrop = () => {

const { data: airdropLeaderboardData } = useCache<AirdropLoaderData>(
`/${network}/query/dashboard/airdropLeaderboard?period=${leaderboardFilterIndex === 0 ? "24" : "all"
}&address=${address ?? ""}${leaderboardFilterIndex === 0 ? `&provider=${currentApplication}` : ""
}${leaderboardFilterIndex === 0 ? `&provider=${currentApplication}` : ""
}&epoch=${EPOCH_CURRENT_IDENTIFIER}`
);

Expand Down

0 comments on commit 0f5c012

Please sign in to comment.