mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
Update CheckoutPaymentMethodExtension.cshtml
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
|
||||
if (settings?.Enabled is true)
|
||||
{
|
||||
|
||||
<div class="btcpay-pills d-flex flex-wrap align-items-center justify-content-center gap-2 pb-2">
|
||||
@if (settings.ExplicitMethods?.Any() is true)
|
||||
{
|
||||
foreach (var explicitMethod in settings.ExplicitMethods)
|
||||
@@ -28,7 +26,5 @@
|
||||
@id
|
||||
</a>
|
||||
}
|
||||
|
||||
</div>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user