Skip to content

Commit 015d429

Browse files
committed
Fix last commit
1 parent fe9cf77 commit 015d429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/support-us/BecomeSupportingMember.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const foundraisingProgress = await getFoundraisingProgress();
1717
<FundraisingProgress
1818
client:load
1919
middleProgress={965}
20-
peopleCount={foundraisingProgress.totalCount}
20+
peopleCount={foundraisingProgress.count}
2121
progress={foundraisingProgress.amount}
2222
targetProgress={1325}
2323
/>

0 commit comments

Comments
 (0)