diff --git a/submodules/TelegramUI/Components/Gifts/GiftOptionsScreen/Sources/GiftOptionsScreen.swift b/submodules/TelegramUI/Components/Gifts/GiftOptionsScreen/Sources/GiftOptionsScreen.swift index 7117e7fbd7..b327c778ce 100644 --- a/submodules/TelegramUI/Components/Gifts/GiftOptionsScreen/Sources/GiftOptionsScreen.swift +++ b/submodules/TelegramUI/Components/Gifts/GiftOptionsScreen/Sources/GiftOptionsScreen.swift @@ -450,12 +450,7 @@ final class GiftOptionsScreenComponent: Component { mainController = controller } if case let .generic(gift) = gift { - var forceStore = !"".isEmpty - #if DEBUG - forceStore = true - #endif - - if let availability = gift.availability, availability.remains == 0 || (availability.resale > 0 && forceStore) { + if let availability = gift.availability, availability.remains == 0 || (availability.resale > 0) { if availability.resale > 0 { let storeController = component.context.sharedContext.makeGiftStoreController( context: component.context,