Skip to content

Commit 5950b88

Browse files
committed
Merge branch 'CodemanCodes-dev' into dev
2 parents 1b4da36 + 82dea26 commit 5950b88

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,12 @@
7676
<span id="topAllTime">
7777
7878
<u>Top All Time:</u>
79-
80-
@await Html.PartialAsync("_ContributorTickerSegment", repo.TopEverContributors)
79+
80+
@if (repo.TopEverContributors.Count() == 0) {
81+
@:No contributors yet
82+
} else {
83+
@await Html.PartialAsync("_ContributorTickerSegment", repo.TopEverContributors)
84+
}
8185
8286
</span>
8387

0 commit comments

Comments
 (0)