diff --git a/BTCPayServer/Views/Stores/UpdateStore.cshtml b/BTCPayServer/Views/Stores/UpdateStore.cshtml index b0568dc30..de39481c2 100644 --- a/BTCPayServer/Views/Stores/UpdateStore.cshtml +++ b/BTCPayServer/Views/Stores/UpdateStore.cshtml @@ -22,7 +22,7 @@ { var isSetUp = !string.IsNullOrWhiteSpace(scheme.Value); -
  • +
  • @scheme.Crypto @@ -83,11 +83,20 @@ @if (Model.DerivationSchemes.Any(scheme => scheme.Collapsed)) {