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 2f7e3db commit b2747d1Copy full SHA for b2747d1
frontend/src/app/chapters/[chapterKey]/page.tsx
@@ -116,7 +116,6 @@ export default function ChapterDetailsPage() {
116
startDate={startDate}
117
endDate={endDate}
118
unit="contribution"
119
- stats={contributionStats}
120
/>
121
</div>
122
frontend/src/app/projects/[projectKey]/page.tsx
@@ -152,7 +152,6 @@ const ProjectDetailsPage = () => {
152
153
154
155
156
157
158
0 commit comments