mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
parent
f67bd69ecc
commit
11ec72ce8c
@ -102,8 +102,9 @@ namespace BTCPayServer.Services.Labels
|
||||
}
|
||||
else if (uncoloredLabel is PayoutLabel payoutLabel)
|
||||
{
|
||||
coloredLabel.Tooltip = payoutLabel.PullPaymentPayouts.Count switch
|
||||
coloredLabel.Tooltip = payoutLabel.PullPaymentPayouts?.Count switch
|
||||
{
|
||||
null => PayoutLabelText(),
|
||||
0 => PayoutLabelText(),
|
||||
1 => PayoutLabelText(payoutLabel.PullPaymentPayouts.First()),
|
||||
_ =>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.6.9</Version>
|
||||
<Version>1.6.10</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
@ -1,4 +1,13 @@
|
||||
# Changelog
|
||||
## 1.6.10
|
||||
|
||||
### Bug fixes:
|
||||
|
||||
* Fix Wallet Transactions screen not loading in case of older payout labels (#4078) @Kukks
|
||||
* Fix missing route hints for LNURL (#4077) @dennisreimann
|
||||
* Fix API Docs url (#4061) @dennisreimann
|
||||
* Fix Pay button logo and url (#4054) @dennisreimann
|
||||
|
||||
## 1.6.9
|
||||
|
||||
### Bug fixes:
|
||||
|
Loading…
Reference in New Issue
Block a user