mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-13 11:35:51 +01:00
Conditional display not necessary since whole block is hidden
This commit is contained in:
parent
c40b47b1dd
commit
3cefbc89e4
1 changed files with 1 additions and 9 deletions
|
@ -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…
Add table
Reference in a new issue