Skip to content

Commit

Permalink
Fix me breaking the metrics...
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Aug 8, 2024
1 parent 6e07b03 commit 844464e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ onMounted(async () => {
properties.$set.$initial_pathname = REMOVED_PROPERTY;
// Remove initial person url
if ($initial_person_info?.u) {
$initial_person_info.u = REMOVED_PROPERTY;
if (properties?.$initial_person_info?.u) {
properties.$initial_person_info.u = REMOVED_PROPERTY;
}
// Clean up webvitals
Expand Down

0 comments on commit 844464e

Please sign in to comment.