Minor channel list fix

This commit is contained in:
Dennis Reimann 2025-05-09 16:12:15 +02:00
parent 553948a38c
commit 18acd479f1
No known key found for this signature in database
GPG Key ID: 5009E1797F03F8D0

View File

@ -11,7 +11,6 @@
@using BTCPayServer.Lightning
@using LNURL
@using NBitcoin
@using Newtonsoft.Json
@using org.ldk.enums
@using org.ldk.structs
@using NodeInfo = BTCPayServer.Lightning.NodeInfo
@ -71,7 +70,7 @@
}
<h2>Channels</h2>
<ChannelsList Channels="_channels" OnCloseChannel="CloseChannel" UpdatingPeerId="@_updatingPeer" class="mb-4"/>
<ChannelsList Channels="_channels" OnCloseChannel="CloseChannel" UpdatingChannelId="@_updatingChannel" class="mb-4"/>
@if (_peers?.Any() is true && ChannelModel != null)
{