Remove redundant url from bridge page change payload.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user