mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-08 07:44:25 +01:00
Conditional display not necessary since whole block is hidden
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user