chore: remove unused filter modal
remove old cms model refactor reward types
This commit is contained in:
@@ -38,20 +38,4 @@ export const RESTAURANT_REWARD_IDS = [
|
||||
REWARD_IDS.FreeBreakfast,
|
||||
] as const
|
||||
|
||||
export const COUPON_REWARD_TYPES = [
|
||||
"Surprise",
|
||||
"Campaign",
|
||||
"Member-voucher",
|
||||
] as const
|
||||
|
||||
export const REWARD_TYPES = [...COUPON_REWARD_TYPES, "Tier"] as const
|
||||
|
||||
export const REWARDS_PER_PAGE = 6
|
||||
|
||||
export const REWARD_CATEGORIES = [
|
||||
"Restaurants",
|
||||
"Bar",
|
||||
"Voucher",
|
||||
"Services and rooms",
|
||||
"Spa and gym",
|
||||
] as const
|
||||
|
||||
Reference in New Issue
Block a user