btcpayserver/BTCPayServer/Views/Shared/Crowdfund
d11n a84ffd8c7e
Crowdfund: Fix null pointer exception for topup type (missing price) (#5068)
Items with type topup have a price = null and hence not even the property set (ignored in JSON). This needs to be handled in the temlate, otherwise this exception occurs:

```
An unhandled exception was thrown by the application.
System.InvalidOperationException: Nullable object must have a value.
   at AspNetCoreGeneratedDocument.Views_Shared_Crowdfund_Public_ContributeForm.<>c__DisplayClass24_0.<<ExecuteAsync>b__0>d.MoveNext()
```
2023-06-13 20:46:27 +09:00
..
Public Crowdfund: Fix null pointer exception for topup type (missing price) (#5068) 2023-06-13 20:46:27 +09:00
NavExtension.cshtml Apps become plugins 2023-03-27 16:43:44 +02:00
UpdateCrowdfund.cshtml CSP: Remove unsafe-eval when vue isn't used (#4747) 2023-03-08 17:57:36 +09:00