diff --git a/BTCPayServer/Views/Shared/Crowdfund/Public/ContributeForm.cshtml b/BTCPayServer/Views/Shared/Crowdfund/Public/ContributeForm.cshtml index 76f224a67..0acbb93f5 100644 --- a/BTCPayServer/Views/Shared/Crowdfund/Public/ContributeForm.cshtml +++ b/BTCPayServer/Views/Shared/Crowdfund/Public/ContributeForm.cshtml @@ -1,4 +1,3 @@ -@using BTCPayServer.Models.AppViewModels @using BTCPayServer.Plugins.PointOfSale.Models @model BTCPayServer.Plugins.Crowdfund.Models.ContributeToCrowdfund @@ -28,7 +27,7 @@ @(string.IsNullOrEmpty(item.Title) ? item.Id : item.Title) - @if (item.Price.Value > 0) + @if (item.Price is > 0) { @item.Price.Value @vm.TargetCurrency