diff --git a/BTCPayServer/Views/AppsPublic/PointOfSale/Static.cshtml b/BTCPayServer/Views/AppsPublic/PointOfSale/Static.cshtml index dec1d1595..93ac14f64 100644 --- a/BTCPayServer/Views/AppsPublic/PointOfSale/Static.cshtml +++ b/BTCPayServer/Views/AppsPublic/PointOfSale/Static.cshtml @@ -6,7 +6,7 @@
- @if (this.TempData.HasStatusMessage()) + @if (TempData.HasStatusMessage()) { } @@ -33,7 +33,6 @@ {

@System.Net.WebUtility.HtmlDecode(item.Description)

} -
-
- + value="@item.Price.Value" placeholder="Amount" style="flex: 2 0 80px;"> +
+