mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-17 11:39:15 +00:00
Merge pull request #1449 from sharelatex/ta-subscription-page-fix
Fix Subscription Page for Users with Free Affiliation GitOrigin-RevId: 3b3b2649c4ade40c7dc04e7c090748408de1fb6e
This commit is contained in:
parent
6985f7d1a3
commit
300e7d2f12
2 changed files with 1 additions and 1 deletions
services/web/app/views/subscriptions
|
@ -33,7 +33,6 @@ block content
|
|||
include ./dashboard/_group_memberships
|
||||
|
||||
-if (confirmedMemberInstitutions && confirmedMemberInstitutions.length > 0)
|
||||
-hasAnySubscription = true
|
||||
include ./dashboard/_institution_memberships
|
||||
|
||||
-if (v1SubscriptionStatus)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
each institution in confirmedMemberInstitutions
|
||||
if (institution.licence != 'free')
|
||||
-hasAnySubscription = true
|
||||
p
|
||||
| You have a
|
||||
|
|
||||
|
|
Loading…
Add table
Reference in a new issue