Skip to content

Commit

Permalink
Merge pull request #13062 from guardian/lp-fix-lb-isSignedIn
Browse files Browse the repository at this point in the history
Fix targeting by signed in status in Liveblog
  • Loading branch information
LAKSHMIRPILLAI authored Jan 6, 2025
2 parents 14952ef + 3cc12d2 commit 59e527b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const usePayload = ({
weeklyArticleHistory: articleCounts?.weeklyArticleHistory,
hasOptedOutOfArticleCount,
url: window.location.origin + window.location.pathname,
isSignedIn,
},
};
};
Expand Down

0 comments on commit 59e527b

Please sign in to comment.