Skip to content

Commit

Permalink
feat: wp
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuEScioN committed Oct 30, 2024
1 parent 0645c35 commit d29e165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/signers/SignerDistribution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function SignersDistributionBase() {
const { currentCycleId } = useSuspenseCurrentStackingCycle();
const {
data: { results: signers },
} = useSuspensePoxSigners(currentCycleId);
} = useSuspensePoxSigners(currentCycleId.toString());
const [onlyShowPublicSigners, setOnlyShowPublicSigners] = useState(false);

return signers.length > 0 ? (
Expand Down

0 comments on commit d29e165

Please sign in to comment.