Merged in fix/mising-promo-campaign-ref (pull request #2968)
fix: add missing promo campaign page ref * fix: add missing promo campaign page ref Approved-by: Erik Tiekstra
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#import "../../HotelPage/Ref.graphql"
|
||||
#import "../../LoyaltyPage/Ref.graphql"
|
||||
#import "../../StartPage/Ref.graphql"
|
||||
#import "../../PromoCampaignPage/Ref.graphql"
|
||||
|
||||
fragment InfoCardBlockRef on InfoCard {
|
||||
secondary_button {
|
||||
@@ -27,6 +28,7 @@ fragment InfoCardBlockRef on InfoCard {
|
||||
...HotelPageRef
|
||||
...LoyaltyPageRef
|
||||
...StartPageRef
|
||||
...PromoCampaignPageRef
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -47,6 +49,7 @@ fragment InfoCardBlockRef on InfoCard {
|
||||
...HotelPageRef
|
||||
...LoyaltyPageRef
|
||||
...StartPageRef
|
||||
...PromoCampaignPageRef
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user