From a6708979ba310c8b801c05c09136d30e6a9f4a0c Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Sat, 8 Mar 2025 00:15:34 +0400 Subject: [PATCH] Fix --- .../Sources/StarsTransactionsScreen.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/submodules/TelegramUI/Components/Stars/StarsTransactionsScreen/Sources/StarsTransactionsScreen.swift b/submodules/TelegramUI/Components/Stars/StarsTransactionsScreen/Sources/StarsTransactionsScreen.swift index 7bfd83869e..d3656812ce 100644 --- a/submodules/TelegramUI/Components/Stars/StarsTransactionsScreen/Sources/StarsTransactionsScreen.swift +++ b/submodules/TelegramUI/Components/Stars/StarsTransactionsScreen/Sources/StarsTransactionsScreen.swift @@ -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