Skip to content

Commit

Permalink
Minor change based on PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
ikem-legend committed May 19, 2023
1 parent 69da2a0 commit 93a7b94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const ValidatorsTable = ({ setActiveTab, activeTab, blocks, filters }) => {
[activeTab, sort, filters]
);
const { data: validators } = useValidators({
config: { params: { limit: ROUND_LENGTH, status: 'active' } },
config: { params: { limit: 103, status: 'active' } },
options: { enabled: activeTab === 'active' },
});

Expand Down

0 comments on commit 93a7b94

Please sign in to comment.