Remove redundant url from bridge page change payload.

This commit is contained in:
Denis Švara
2026-01-08 10:32:40 +01:00
parent 37f03fc4e7
commit 0a57e39060
@@ -36,10 +36,7 @@ export default class extends BridgeComponent {
// Bridge
notifyBridgeOfPageChange() {
const data = {
title: this.title,
url: window.location.href
}
const data = { title: this.title }
if (this.hasHeaderTarget) {
// Assume header visible by default until we get IntersectionObserver update