mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
parent
4be5eb39ff
commit
c53fcde12a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
var network = BTCPayNetworkProvider.GetNetwork<BTCPayNetwork>(cryptoCode);
|
||||
}
|
||||
|
||||
@if (network.SupportLightning) {
|
||||
@if (network?.SupportLightning is true) {
|
||||
<li class="list-group-item bg-tile" id="lightning-address-option">
|
||||
<div class="d-flex align-items-center">
|
||||
<span class="d-flex flex-wrap flex-fill flex-column flex-sm-row">
|
||||
|
|
Loading…
Add table
Reference in a new issue