Skip to content

Commit 6e14913

Browse files
fix: page type format in req query (#1173)
1 parent 337acaa commit 6e14913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/message/Message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ const Message = function ({ markup, meta, parentStyles, warnings }) {
176176
treatments: treatmentsHash,
177177
disableSetCookie,
178178
features,
179-
pageType
179+
page_type: pageType
180180
})
181181
.filter(([, val]) => Boolean(val))
182182
.reduce(

0 commit comments

Comments
 (0)