Skip to content

Commit

Permalink
fix adventurersList query
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Sep 5, 2024
1 parent 856397d commit 11e41cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/components/start/AdventurersList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const AdventurersList = ({

const adventurersVariables = useMemo(() => {
return {
owner: indexAddress(owner),
owner: indexAddress(owner).toLowerCase(),
health: showZeroHealth ? 0 : 1,
skip: skip,
};
Expand Down

0 comments on commit 11e41cf

Please sign in to comment.