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 4b76b38 commit 21e35e5Copy full SHA for 21e35e5
packages/grant-explorer/src/features/discovery/RoundProjects.tsx
@@ -15,7 +15,7 @@ export const RoundProjects: React.FC<RoundProjectsProps> = ({
15
return (
16
<Badge
17
disabled={totalApplicationCount === 0}
18
- data-testid="approved-applications-count"
+ data-testid="applications-count"
19
>
20
{totalApplicationCount} applications
21
</Badge>
0 commit comments