Skip to content

Commit

Permalink
fix: 🐛 share url
Browse files Browse the repository at this point in the history
  • Loading branch information
tomokisun committed Dec 28, 2023
1 parent 4594b12 commit b808529
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b808529

Please sign in to comment.