mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Show back to school banner on plans page for logged out users
GitOrigin-RevId: 599df0ca2f650a43a66a4c031692266e2b0d3cd4
This commit is contained in:
parent
1f9e32d0ef
commit
64159d7e5c
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ async function plansPage(req, res) {
|
|||
plansPageViewSegmentation[inrGeoBannerSplitTestName] = inrGeoBannerVariant
|
||||
}
|
||||
|
||||
let showBackToSchoolBanner
|
||||
let showBackToSchoolBanner = true
|
||||
const userId = SessionManager.getLoggedInUserId(req.session)
|
||||
if (userId) {
|
||||
const usersBestSubscription =
|
||||
|
|
Loading…
Reference in a new issue