Updated on 2026-08-14
This commit is contained in:
parent
5e17abbf91
commit
cf705ab04e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ internal class SwapProviderStateConverter(
|
|||
|
||||
val additionalBadge = when {
|
||||
needApplyFCARestrictions && provider.isRestrictedByFCA() -> AdditionalBadge.FCAWarningList
|
||||
isNeedBestRateBadge && isBestRate && !needApplyFCARestrictions -> AdditionalBadge.BestTrade
|
||||
isNeedBestRateBadge && isBestRate -> AdditionalBadge.BestTrade
|
||||
else -> AdditionalBadge.Empty
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue