diff --git a/Packages/BeMatch/Sources/RecommendationEmptyFeature/RecommendationEmpty.swift b/Packages/BeMatch/Sources/RecommendationEmptyFeature/RecommendationEmpty.swift index d246fb9d..441009b7 100644 --- a/Packages/BeMatch/Sources/RecommendationEmptyFeature/RecommendationEmpty.swift +++ b/Packages/BeMatch/Sources/RecommendationEmptyFeature/RecommendationEmpty.swift @@ -63,8 +63,8 @@ public struct RecommendationEmptyLogic { case let .currentUserResponse(.success(data)): state.sharedURL = data.currentUser.gender == .female - ? Constants.appStoreFemaleForEmptyURL - : Constants.appStoreForEmptyURL + ? Constants.appStoreFemaleURL + : Constants.appStoreURL return .none case let .onCompletion(completion):