Merged in fix/LOY-483-only-english (pull request #3194)
Fix/LOY-483: Fix My Pages working in all languages * fix(LOY-483): add back specific handling of profile pages * fix(LOY-483): remove limit of 1 profiling consent config Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -2,7 +2,7 @@ import { gql } from "graphql-tag"
|
||||
|
||||
export const GetProfilingConsent = gql`
|
||||
query GetProfilingConsent($locale: String!) {
|
||||
all_profiling_consent(limit: 1, locale: $locale) {
|
||||
all_profiling_consent(locale: $locale) {
|
||||
items {
|
||||
main_icon
|
||||
profiling_consent_banner {
|
||||
|
||||
Reference in New Issue
Block a user