Various fixes

This commit is contained in:
Ilya Laktyushin
2024-06-22 22:16:43 +04:00
parent 3907c2ae9f
commit d02046973f
4 changed files with 16 additions and 17 deletions

View File

@@ -472,7 +472,7 @@ final class StarsStatisticsScreenComponent: Component {
strings: strings,
dateTimeFormat: environment.dateTimeFormat,
count: self.starsState?.balances.availableBalance ?? 0,
rate: 0.2,
rate: self.starsState?.usdRate ?? 0,
actionTitle: strings.Stars_BotRevenue_Withdraw_Withdraw,
actionAvailable: true,
actionIsEnabled: self.starsState?.balances.withdrawEnabled ?? true,