Skip to content

Commit

Permalink
remove un used thirdPartyPackageManager variable (#10008)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Jun 22, 2024
1 parent 10cd7bd commit 5355aa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NuGetGallery/Views/Packages/DisplayPackage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@

@helper CommandPanel(PackageManagerViewModel packageManager, bool active)
{
var thirdPartyPackageManager = packageManager as ThirdPartyPackageManagerViewModel;
<div role="tabpanel" class="tab-pane @(active ? "active" : string.Empty)" id="@packageManager.Id">
<div class="install-script-row">
@{
Expand Down

0 comments on commit 5355aa3

Please sign in to comment.