Skip to content

Commit 82dea26

Browse files
committed
Removed extra 'repo' property
1 parent 6a8b2bf commit 82dea26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fritz.StreamTools/Views/GitHub/Contributor_h-scroll.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
7878
<u>Top All Time:</u>
7979
80-
@if (repo.repo.TopEverContributors.Count() == 0) {
80+
@if (repo.TopEverContributors.Count() == 0) {
8181
@:No contributors yet
8282
} else {
8383
@await Html.PartialAsync("_ContributorTickerSegment", repo.TopEverContributors)

0 commit comments

Comments
 (0)