Skip to content

Commit

Permalink
Merge pull request #823 from autonomys/bug/leaderboard
Browse files Browse the repository at this point in the history
fix bug when trying to filter row by your own wallet
  • Loading branch information
marc-aurele-besner authored Aug 27, 2024
2 parents 6f62c5f + 75c1c68 commit 9d1c1a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions explorer/src/components/Leaderboard/LeaderboardList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export const LeaderboardList: FC<LeaderboardListProps> = ({
const conditions: Record<string, any> = {}

if (subspaceAccount && myPositionOnly) {
conditions['id'] = {}
conditions.id._eq = subspaceAccount
}

Expand Down

0 comments on commit 9d1c1a0

Please sign in to comment.