chore: wip

This commit is contained in:
Ephraim Atta-Duncan
2025-02-25 10:24:25 +00:00
parent 3f4c3863e7
commit 87f66edd95
2 changed files with 23 additions and 42 deletions

View File

@ -40,7 +40,6 @@ export default async function Leaderboard({ searchParams = {} }: AdminLeaderboar
sortOrder,
});
// Ensure all required properties are defined and match the expected types
const typedSigningVolume: SigningVolume[] = leaderboard.map((item) => ({
...item,
name: item.name || '',