This commit is contained in:
Ilya Laktyushin 2025-03-08 00:15:34 +04:00
parent 9bba73a8ff
commit a6708979ba

View File

@ -658,7 +658,6 @@ final class StarsTransactionsScreenComponent: Component {
},
secondaryActionTitle: withdrawAvailable ? environment.strings.Stars_Intro_Stats : nil,
secondaryActionIcon: withdrawAvailable ? PresentationResourcesItemList.itemListStatsIcon(environment.theme) : nil,
secondaryActionCooldownUntilTimestamp: self.revenueState?.balances.nextWithdrawalTimestamp,
secondaryAction: withdrawAvailable ? { [weak self] in
guard let self, let component = self.component else {
return