Skip to content

Commit

Permalink
Merge pull request #5143 from wikimedia/yir-donate-button-bugfix
Browse files Browse the repository at this point in the history
Yir donate button bugfix
  • Loading branch information
tonisevener authored Jan 10, 2025
2 parents 98e173f + 35f830e commit cabb365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wikipedia/Code/YearInReviewCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ final class YearInReviewCoordinator: NSObject, Coordinator {
subtitle: personalizedSaveCountSlideSubtitle(saveCount: count, articleNames: savedSlideData.articleTitles),
loggingID: "save_count_custom",
infoURL: aboutYIRURL,
hideDonateButton: false)
hideDonateButton: shoudlHideDonateButton())
}
}
case .mostReadDay:
Expand Down

0 comments on commit cabb365

Please sign in to comment.