We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2867a2 commit c749b2dCopy full SHA for c749b2d
web/src/pages/Home/TopJurors/index.tsx
@@ -58,7 +58,7 @@ const TopJurors: React.FC = () => {
58
<Container>
59
<Title>Top Jurors</Title>
60
{!isUndefined(topJurors) && topJurors.length === 0 ? (
61
- <StyledLabel>There are no jurors staked yet.</StyledLabel>
+ <StyledLabel>No jurors found</StyledLabel>
62
) : (
63
<ListContainer>
64
<Header />
web/src/pages/Jurors/DisplayJurors.tsx
@@ -68,7 +68,7 @@ const DisplayJurors: React.FC<IDisplayJurors> = ({ totalLeaderboardJurors }) =>
68
return (
69
<>
70
{!isUndefined(jurors) && jurors.length === 0 ? (
71
72
73
74
0 commit comments