Merged in fix/sw-2527-incorrect-toast-when-tier-matching (pull request #1879)

SW-2527 - Fix boosted toast when tier matching

* Compare levels to ensure toast is only displayed when actually boosted

* Fix 200 name

* Update naming


Approved-by: Linus Flood
This commit is contained in:
Anton Gunnarsson
2025-04-28 13:41:14 +00:00
parent bfc25453c7
commit bbbd665a32
3 changed files with 38 additions and 4 deletions

View File

@@ -29,3 +29,4 @@ export type EurobonusMembership = z.output<typeof sasMembershipSchema>
export type FriendsMembership = ReturnType<typeof getFriendsMembership>
export type EurobonusTier = EurobonusMembership["tier"]
export type FriendsTier = NativeFriendsMembership["tier"]