Skip to content

Commit 14ece29

Browse files
committed
remove unused variables
1 parent 977eab9 commit 14ece29

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

frontend/src/app/chapters/[chapterKey]/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ export default function ChapterDetailsPage() {
116116
startDate={startDate}
117117
endDate={endDate}
118118
unit="contribution"
119-
stats={contributionStats}
120119
/>
121120
</div>
122121
</div>

frontend/src/app/projects/[projectKey]/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ const ProjectDetailsPage = () => {
152152
startDate={startDate}
153153
endDate={endDate}
154154
unit="contribution"
155-
stats={contributionStats}
156155
/>
157156
</div>
158157
</div>

0 commit comments

Comments
 (0)