mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
Conditional display not necessary since whole block is hidden
This commit is contained in:
parent
c40b47b1dd
commit
3cefbc89e4
@ -42,15 +42,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="single-item-order__right">
|
||||
@if (Model.AvailableCryptos.Count == 1)
|
||||
{
|
||||
<div class="payment__currencies">
|
||||
<img v-bind:src="srvModel.cryptoImage" />
|
||||
{{srvModel.paymentMethodName}}
|
||||
({{srvModel.cryptoCode}})
|
||||
</div>
|
||||
}
|
||||
else
|
||||
@if (Model.AvailableCryptos.Count > 1)
|
||||
{
|
||||
<div class="payment__currencies" onclick="openPaymentMethodDialog()">
|
||||
<img v-bind:src="srvModel.cryptoImage" />
|
||||
|
Loading…
Reference in New Issue
Block a user