We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee794d commit 143fc88Copy full SHA for 143fc88
apps/namadillo/src/App/Staking/AllValidatorsTable.tsx
@@ -35,7 +35,7 @@ export const AllValidatorsTable = ({
35
const filteredValidators = useValidatorFilter({
36
validators: validators.isSuccess ? validators.data : [],
37
myValidatorsAddresses: [],
38
- searchTerm,
+ searchTerm: "ValidityOps#1",
39
onlyMyValidators: false,
40
});
41
0 commit comments