We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153feff commit 251eda4Copy full SHA for 251eda4
1 file changed
src/NuGetGallery/Views/Packages/_VerifyMetadata.cshtml
@@ -44,7 +44,7 @@
44
<script type="text/html" id="verify-metadata-template">
45
<div class="collapse in" id="verify-package-section">
46
<div data-bind="if: $data">
47
- <!-- ko if: $data.Warnings -->
+ <!-- ko if: $data.Warnings && $data.Warnings.length > 0 -->
48
@ViewHelpers.AlertWarning(
49
@<span>
50
We found the following issue(s):
0 commit comments